Html Css Color HEX #375268 Cello

📋 copy color: '#375268'

red 55 ◦ green 82 ◦ blue 104

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

Shades of Cello #375268

Tints of Cello #375268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

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

R = 22.82%
G = 34.02%
B = 43.15%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375268 (or 0x375268) is known color: Cello. HEX triplet: 37, 52 and 68. RGB value is (55,82,104). Sum of RGB (Red+Green+Blue) = 55+82+104=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #375268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375268 is #C8AD97. Grayscale: #4C4C4C. Windows color (decimal): -13151640 or 6836791. OLE color: 6836791.

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

Color convert

RGB 55 82 104 -
CMYK 0.47 0.21 0 0.59
HSL 206.94º 0.31% 0.31% -
HSV(B) 206.94º 0.47% 0.41% -
XYZ 7.09 7.85 14.24 -
YUV 76.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 55 82 104 0.47 0.21 0 0.59 206.94 0.31 0.31
Hex 37 52 68 2F 15 0 3B CF 1F 1F
Octal 67 122 150 57 25 0 73 317 37 37
Binary 110111 1010010 1101000 101111 10101 0 111011 11001111 11111 11111

Color Harmonies of #375268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375268

Black with #375268

Text Example


Text Example

White with #375268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375268; }

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

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

background-color css

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

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

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

border-color css

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

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

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