Html Css Color HEX #374C69 Cello

📋 copy color: '#374C69'

red 55 ◦ green 76 ◦ blue 105

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

Shades of Cello #374C69

Tints of Cello #374C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 23.31%
G = 32.2%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374C69 (or 0x374C69) is known color: Cello. HEX triplet: 37, 4C and 69. RGB value is (55,76,105). Sum of RGB (Red+Green+Blue) = 55+76+105=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #374C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C69 is #C8B396. Grayscale: #484848. Windows color (decimal): -13153175 or 6900791. OLE color: 6900791.

HSL color Cylindrical-coordinate representation of color #374C69: hue angle of 214.8º 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 #374C69 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 76 105 -
CMYK 0.48 0.28 0 0.59
HSL 214.8º 0.31% 0.31% -
HSV(B) 214.8º 0.48% 0.41% -
XYZ 6.71 7 14.36 -
YUV 73.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 55 76 105 0.48 0.28 0 0.59 214.8 0.31 0.31
Hex 37 4C 69 30 1C 0 3B D7 1F 1F
Octal 67 114 151 60 34 0 73 327 37 37
Binary 110111 1001100 1101001 110000 11100 0 111011 11010111 11111 11111

Color Harmonies of #374C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C69

Black with #374C69

Text Example


Text Example

White with #374C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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