Html Css Color HEX #374D69 Cello

📋 copy color: '#374D69'

red 55 ◦ green 77 ◦ blue 105

#374D69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #374D69

Tints of Cello #374D69

RGB

 RED value IS 55 (21.88% from 255) = 23.21%

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 23.21%
G = 32.49%
B = 44.3%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#374D69 (or 0x374D69) is known color: Cello. HEX triplet: 37, 4D and 69. RGB value is (55,77,105). Sum of RGB (Red+Green+Blue) = 55+77+105=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #374D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D69 is #C8B296. Grayscale: #494949. Windows color (decimal): -13152919 or 6901047. OLE color: 6901047.

HSL color Cylindrical-coordinate representation of color #374D69: hue angle of 213.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374D69 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 77 105 -
CMYK 0.48 0.27 0 0.59
HSL 213.6º 0.31% 0.31% -
HSV(B) 213.6º 0.48% 0.41% -
XYZ 6.78 7.14 14.39 -
YUV 73.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 55 77 105 0.48 0.27 0 0.59 213.6 0.31 0.31
Hex 37 4D 69 30 1B 0 3B D6 1F 1F
Octal 67 115 151 60 33 0 73 326 37 37
Binary 110111 1001101 1101001 110000 11011 0 111011 11010110 11111 11111

Color Harmonies of #374D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D69

Black with #374D69

Text Example


Text Example

White with #374D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374D69; }

 p { color: rgb(55,77,105); }

 H1.HeaderClassName
 {
   color: #374D69;
 }
 .AnyTagClassName
 {
   color: #374D69;
 }
</style>

background-color css

<style>
 a { background-color: #374D69; }

 a { background-color: rgb(55,77,105); }

 div.DivClassName
 {
   background-color: #374D69;
 }
 .BgClassName
 {
   background-color: #374D69;
 }
</style>

border-color css

<style>
 span { border-color: #374D69; }

 span { border-color: rgb(55,77,105); }

 td.TdClassName
 {
   border-color: #374D69;
 }
 .TagClassName
 {
   border-color: #374D69;
 }
</style>