Html Css Color HEX #375168 Cello

📋 copy color: '#375168'

red 55 ◦ green 81 ◦ blue 104

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

Shades of Cello #375168

Tints of Cello #375168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

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

R = 22.92%
G = 33.75%
B = 43.33%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375168 (or 0x375168) is known color: Cello. HEX triplet: 37, 51 and 68. RGB value is (55,81,104). Sum of RGB (Red+Green+Blue) = 55+81+104=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #375168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375168 is #C8AE97. Grayscale: #4B4B4B. Windows color (decimal): -13151896 or 6836535. OLE color: 6836535.

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

Color convert

RGB 55 81 104 -
CMYK 0.47 0.22 0 0.59
HSL 208.16º 0.31% 0.31% -
HSV(B) 208.16º 0.47% 0.41% -
XYZ 7.02 7.7 14.21 -
YUV 75.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 55 81 104 0.47 0.22 0 0.59 208.16 0.31 0.31
Hex 37 51 68 2F 16 0 3B D0 1F 1F
Octal 67 121 150 57 26 0 73 320 37 37
Binary 110111 1010001 1101000 101111 10110 0 111011 11010000 11111 11111

Color Harmonies of #375168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375168

Black with #375168

Text Example


Text Example

White with #375168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375168; }

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

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

background-color css

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

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

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

border-color css

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

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

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