Html Css Color HEX #375662 Casal

📋 copy color: '#375662'

red 55 ◦ green 86 ◦ blue 98

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

Shades of Casal #375662

Tints of Casal #375662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 23.01%
G = 35.98%
B = 41%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375662 (or 0x375662) is known color: Casal. HEX triplet: 37, 56 and 62. RGB value is (55,86,98). Sum of RGB (Red+Green+Blue) = 55+86+98=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #375662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375662 is #C8A99D. Grayscale: #4E4E4E. Windows color (decimal): -13150622 or 6444599. OLE color: 6444599.

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

Color convert

RGB 55 86 98 -
CMYK 0.44 0.12 0 0.62
HSL 196.74º 0.28% 0.3% -
HSV(B) 196.74º 0.44% 0.38% -
XYZ 7.11 8.35 12.79 -
YUV 78.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 55 86 98 0.44 0.12 0 0.62 196.74 0.28 0.3
Hex 37 56 62 2C C 0 3E C5 1C 1E
Octal 67 126 142 54 14 0 76 305 34 36
Binary 110111 1010110 1100010 101100 1100 0 111110 11000101 11100 11110

Color Harmonies of #375662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375662

Black with #375662

Text Example


Text Example

White with #375662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375662; }

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

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

background-color css

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

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

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

border-color css

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

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

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