Html Css Color HEX #375568 Cello

📋 copy color: '#375568'

red 55 ◦ green 85 ◦ blue 104

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

Shades of Cello #375568

Tints of Cello #375568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 22.54%
G = 34.84%
B = 42.62%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375568 (or 0x375568) is known color: Cello. HEX triplet: 37, 55 and 68. RGB value is (55,85,104). Sum of RGB (Red+Green+Blue) = 55+85+104=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #375568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375568 is #C8AA97. Grayscale: #4E4E4E. Windows color (decimal): -13150872 or 6837559. OLE color: 6837559.

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

Color convert

RGB 55 85 104 -
CMYK 0.47 0.18 0 0.59
HSL 203.27º 0.31% 0.31% -
HSV(B) 203.27º 0.47% 0.41% -
XYZ 7.32 8.31 14.31 -
YUV 78.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 55 85 104 0.47 0.18 0 0.59 203.27 0.31 0.31
Hex 37 55 68 2F 12 0 3B CB 1F 1F
Octal 67 125 150 57 22 0 73 313 37 37
Binary 110111 1010101 1101000 101111 10010 0 111011 11001011 11111 11111

Color Harmonies of #375568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375568

Black with #375568

Text Example


Text Example

White with #375568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375568; }

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

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

background-color css

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

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

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

border-color css

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

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

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