Html Css Color HEX #375962 Casal

📋 copy color: '#375962'

red 55 ◦ green 89 ◦ blue 98

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

Shades of Casal #375962

Tints of Casal #375962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

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

R = 22.73%
G = 36.78%
B = 40.5%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375962 (or 0x375962) is known color: Casal. HEX triplet: 37, 59 and 62. RGB value is (55,89,98). Sum of RGB (Red+Green+Blue) = 55+89+98=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #375962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375962 is #C8A69D. Grayscale: #4F4F4F. Windows color (decimal): -13149854 or 6445367. OLE color: 6445367.

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

Color convert

RGB 55 89 98 -
CMYK 0.44 0.09 0 0.62
HSL 192.56º 0.28% 0.3% -
HSV(B) 192.56º 0.44% 0.38% -
XYZ 7.35 8.84 12.87 -
YUV 79.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 55 89 98 0.44 0.09 0 0.62 192.56 0.28 0.3
Hex 37 59 62 2C 9 0 3E C1 1C 1E
Octal 67 131 142 54 11 0 76 301 34 36
Binary 110111 1011001 1100010 101100 1001 0 111110 11000001 11100 11110

Color Harmonies of #375962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375962

Black with #375962

Text Example


Text Example

White with #375962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375962; }

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

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

background-color css

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

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

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

border-color css

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

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

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