Html Css Color HEX #375862 Casal

📋 copy color: '#375862'

red 55 ◦ green 88 ◦ blue 98

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

Shades of Casal #375862

Tints of Casal #375862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 22.82%
G = 36.51%
B = 40.66%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375862 (or 0x375862) is known color: Casal. HEX triplet: 37, 58 and 62. RGB value is (55,88,98). Sum of RGB (Red+Green+Blue) = 55+88+98=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #375862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375862 is #C8A79D. Grayscale: #4F4F4F. Windows color (decimal): -13150110 or 6445111. OLE color: 6445111.

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

Color convert

RGB 55 88 98 -
CMYK 0.44 0.10 0 0.62
HSL 193.95º 0.28% 0.3% -
HSV(B) 193.95º 0.44% 0.38% -
XYZ 7.27 8.67 12.85 -
YUV 79.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 55 88 98 0.44 0.10 0 0.62 193.95 0.28 0.3
Hex 37 58 62 2C A 0 3E C2 1C 1E
Octal 67 130 142 54 12 0 76 302 34 36
Binary 110111 1011000 1100010 101100 1010 0 111110 11000010 11100 11110

Color Harmonies of #375862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375862

Black with #375862

Text Example


Text Example

White with #375862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375862; }

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

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

background-color css

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

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

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

border-color css

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

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

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