Html Css Color HEX #375362 Cello

📋 copy color: '#375362'

red 55 ◦ green 83 ◦ blue 98

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

Shades of Cello #375362

Tints of Cello #375362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 23.31%
G = 35.17%
B = 41.53%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375362 (or 0x375362) is known color: Cello. HEX triplet: 37, 53 and 62. RGB value is (55,83,98). Sum of RGB (Red+Green+Blue) = 55+83+98=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #375362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375362 is #C8AC9D. Grayscale: #4C4C4C. Windows color (decimal): -13151390 or 6443831. OLE color: 6443831.

HSL color Cylindrical-coordinate representation of color #375362: hue angle of 200.93º 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 #375362 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 83 98 -
CMYK 0.44 0.15 0 0.62
HSL 200.93º 0.28% 0.3% -
HSV(B) 200.93º 0.44% 0.38% -
XYZ 6.87 7.88 12.71 -
YUV 76.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 55 83 98 0.44 0.15 0 0.62 200.93 0.28 0.3
Hex 37 53 62 2C F 0 3E C9 1C 1E
Octal 67 123 142 54 17 0 76 311 34 36
Binary 110111 1010011 1100010 101100 1111 0 111110 11001001 11100 11110

Color Harmonies of #375362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375362

Black with #375362

Text Example


Text Example

White with #375362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375362; }

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

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

background-color css

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

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

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

border-color css

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

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

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