Html Css Color HEX #375762 Casal

📋 copy color: '#375762'

red 55 ◦ green 87 ◦ blue 98

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

Shades of Casal #375762

Tints of Casal #375762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 22.92%
G = 36.25%
B = 40.83%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375762 (or 0x375762) is known color: Casal. HEX triplet: 37, 57 and 62. RGB value is (55,87,98). Sum of RGB (Red+Green+Blue) = 55+87+98=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #375762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375762 is #C8A89D. Grayscale: #4E4E4E. Windows color (decimal): -13150366 or 6444855. OLE color: 6444855.

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

Color convert

RGB 55 87 98 -
CMYK 0.44 0.11 0 0.62
HSL 195.35º 0.28% 0.3% -
HSV(B) 195.35º 0.44% 0.38% -
XYZ 7.19 8.51 12.82 -
YUV 78.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 55 87 98 0.44 0.11 0 0.62 195.35 0.28 0.3
Hex 37 57 62 2C B 0 3E C3 1C 1E
Octal 67 127 142 54 13 0 76 303 34 36
Binary 110111 1010111 1100010 101100 1011 0 111110 11000011 11100 11110

Color Harmonies of #375762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375762

Black with #375762

Text Example


Text Example

White with #375762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375762; }

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

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

background-color css

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

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

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

border-color css

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

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

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