Html Css Color HEX #375262 Cello

📋 copy color: '#375262'

red 55 ◦ green 82 ◦ blue 98

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

Shades of Cello #375262

Tints of Cello #375262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 23.4%
G = 34.89%
B = 41.7%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375262 (or 0x375262) is known color: Cello. HEX triplet: 37, 52 and 62. RGB value is (55,82,98). Sum of RGB (Red+Green+Blue) = 55+82+98=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #375262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375262 is #C8AD9D. Grayscale: #4B4B4B. Windows color (decimal): -13151646 or 6443575. OLE color: 6443575.

HSL color Cylindrical-coordinate representation of color #375262: hue angle of 202.33º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375262 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 82 98 -
CMYK 0.44 0.16 0 0.62
HSL 202.33º 0.28% 0.3% -
HSV(B) 202.33º 0.44% 0.38% -
XYZ 6.8 7.73 12.69 -
YUV 75.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 55 82 98 0.44 0.16 0 0.62 202.33 0.28 0.3
Hex 37 52 62 2C 10 0 3E CA 1C 1E
Octal 67 122 142 54 20 0 76 312 34 36
Binary 110111 1010010 1100010 101100 10000 0 111110 11001010 11100 11110

Color Harmonies of #375262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375262

Black with #375262

Text Example


Text Example

White with #375262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375262; }

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

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

background-color css

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

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

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

border-color css

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

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

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