Html Css Color HEX #375158 Casal

📋 copy color: '#375158'

red 55 ◦ green 81 ◦ blue 88

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

Shades of Casal #375158

Tints of Casal #375158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 24.55%
G = 36.16%
B = 39.29%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375158 (or 0x375158) is known color: Casal. HEX triplet: 37, 51 and 58. RGB value is (55,81,88). Sum of RGB (Red+Green+Blue) = 55+81+88=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #375158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375158 is #C8AEA7. Grayscale: #494949. Windows color (decimal): -13151912 or 5787959. OLE color: 5787959.

HSL color Cylindrical-coordinate representation of color #375158: hue angle of 192.73º degrees, saturation: 0.23, 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 #375158 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 81 88 -
CMYK 0.38 0.08 0 0.65
HSL 192.73º 0.23% 0.28% -
HSV(B) 192.73º 0.38% 0.35% -
XYZ 6.28 7.4 10.33 -
YUV 74.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 55 81 88 0.38 0.08 0 0.65 192.73 0.23 0.28
Hex 37 51 58 26 8 0 41 C1 17 1C
Octal 67 121 130 46 10 0 101 301 27 34
Binary 110111 1010001 1011000 100110 1000 0 1000001 11000001 10111 11100

Color Harmonies of #375158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375158

Black with #375158

Text Example


Text Example

White with #375158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375158; }

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

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

background-color css

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

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

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

border-color css

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

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

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