Html Css Color HEX #375660 Casal

📋 copy color: '#375660'

red 55 ◦ green 86 ◦ blue 96

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

Shades of Casal #375660

Tints of Casal #375660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 23.21%
G = 36.29%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375660 (or 0x375660) is known color: Casal. HEX triplet: 37, 56 and 60. RGB value is (55,86,96). Sum of RGB (Red+Green+Blue) = 55+86+96=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #375660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375660 is #C8A99F. Grayscale: #4D4D4D. Windows color (decimal): -13150624 or 6313527. OLE color: 6313527.

HSL color Cylindrical-coordinate representation of color #375660: hue angle of 194.63º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375660 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 86 96 -
CMYK 0.43 0.10 0 0.62
HSL 194.63º 0.27% 0.3% -
HSV(B) 194.63º 0.43% 0.38% -
XYZ 7.01 8.31 12.3 -
YUV 77.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 55 86 96 0.43 0.10 0 0.62 194.63 0.27 0.3
Hex 37 56 60 2B A 0 3E C3 1B 1E
Octal 67 126 140 53 12 0 76 303 33 36
Binary 110111 1010110 1100000 101011 1010 0 111110 11000011 11011 11110

Color Harmonies of #375660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375660

Black with #375660

Text Example


Text Example

White with #375660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375660; }

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

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

background-color css

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

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

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

border-color css

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

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

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