Html Css Color HEX #375159 Casal

📋 copy color: '#375159'

red 55 ◦ green 81 ◦ blue 89

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

Shades of Casal #375159

Tints of Casal #375159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 24.44%
G = 36%
B = 39.56%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375159 (or 0x375159) is known color: Casal. HEX triplet: 37, 51 and 59. RGB value is (55,81,89). Sum of RGB (Red+Green+Blue) = 55+81+89=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #375159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375159 is #C8AEA6. Grayscale: #4A4A4A. Windows color (decimal): -13151911 or 5853495. OLE color: 5853495.

HSL color Cylindrical-coordinate representation of color #375159: hue angle of 194.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375159 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 81 89 -
CMYK 0.38 0.09 0 0.65
HSL 194.12º 0.24% 0.28% -
HSV(B) 194.12º 0.38% 0.35% -
XYZ 6.32 7.42 10.55 -
YUV 74.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 55 81 89 0.38 0.09 0 0.65 194.12 0.24 0.28
Hex 37 51 59 26 9 0 41 C2 18 1C
Octal 67 121 131 46 11 0 101 302 30 34
Binary 110111 1010001 1011001 100110 1001 0 1000001 11000010 11000 11100

Color Harmonies of #375159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375159

Black with #375159

Text Example


Text Example

White with #375159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375159; }

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

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

background-color css

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

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

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

border-color css

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

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

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