Html Css Color HEX #375569 Cello

📋 copy color: '#375569'

red 55 ◦ green 85 ◦ blue 105

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

Shades of Cello #375569

Tints of Cello #375569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 22.45%
G = 34.69%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375569 (or 0x375569) is known color: Cello. HEX triplet: 37, 55 and 69. RGB value is (55,85,105). Sum of RGB (Red+Green+Blue) = 55+85+105=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #375569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375569 is #C8AA96. Grayscale: #4E4E4E. Windows color (decimal): -13150871 or 6903095. OLE color: 6903095.

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

Color convert

RGB 55 85 105 -
CMYK 0.48 0.19 0 0.59
HSL 204º 0.31% 0.31% -
HSV(B) 204º 0.48% 0.41% -
XYZ 7.37 8.33 14.58 -
YUV 78.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 55 85 105 0.48 0.19 0 0.59 204 0.31 0.31
Hex 37 55 69 30 13 0 3B CC 1F 1F
Octal 67 125 151 60 23 0 73 314 37 37
Binary 110111 1010101 1101001 110000 10011 0 111011 11001100 11111 11111

Color Harmonies of #375569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375569

Black with #375569

Text Example


Text Example

White with #375569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375569; }

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

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

background-color css

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

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

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

border-color css

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

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

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