Html Css Color HEX #375156 Casal

📋 copy color: '#375156'

red 55 ◦ green 81 ◦ blue 86

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

Shades of Casal #375156

Tints of Casal #375156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 24.77%
G = 36.49%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#375156 (or 0x375156) is known color: Casal. HEX triplet: 37, 51 and 56. RGB value is (55,81,86). Sum of RGB (Red+Green+Blue) = 55+81+86=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #375156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375156 is #C8AEA9. Grayscale: #494949. Windows color (decimal): -13151914 or 5656887. OLE color: 5656887.

HSL color Cylindrical-coordinate representation of color #375156: hue angle of 189.68º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375156 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 81 86 -
CMYK 0.36 0.06 0 0.66
HSL 189.68º 0.22% 0.28% -
HSV(B) 189.68º 0.36% 0.34% -
XYZ 6.2 7.37 9.9 -
YUV 73.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 55 81 86 0.36 0.06 0 0.66 189.68 0.22 0.28
Hex 37 51 56 24 6 0 42 BE 16 1C
Octal 67 121 126 44 6 0 102 276 26 34
Binary 110111 1010001 1010110 100100 110 0 1000010 10111110 10110 11100

Color Harmonies of #375156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375156

Black with #375156

Text Example


Text Example

White with #375156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375156; }

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

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

background-color css

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

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

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

border-color css

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

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

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