Html Css Color HEX #375E63 Casal

📋 copy color: '#375E63'

red 55 ◦ green 94 ◦ blue 99

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

Shades of Casal #375E63

Tints of Casal #375E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.9%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 22.18%
G = 37.9%
B = 39.92%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375E63 (or 0x375E63) is known color: Casal. HEX triplet: 37, 5E and 63. RGB value is (55,94,99). Sum of RGB (Red+Green+Blue) = 55+94+99=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #375E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E63 is #C8A19C. Grayscale: #525252. Windows color (decimal): -13148573 or 6512183. OLE color: 6512183.

HSL color Cylindrical-coordinate representation of color #375E63: hue angle of 186.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375E63 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 94 99 -
CMYK 0.44 0.05 0 0.61
HSL 186.82º 0.29% 0.3% -
HSV(B) 186.82º 0.44% 0.39% -
XYZ 7.83 9.72 13.27 -
YUV 82.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 55 94 99 0.44 0.05 0 0.61 186.82 0.29 0.3
Hex 37 5E 63 2C 5 0 3D BB 1D 1E
Octal 67 136 143 54 5 0 75 273 35 36
Binary 110111 1011110 1100011 101100 101 0 111101 10111011 11101 11110

Color Harmonies of #375E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E63

Black with #375E63

Text Example


Text Example

White with #375E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E63; }

 p { color: rgb(55,94,99); }

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

background-color css

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

 a { background-color: rgb(55,94,99); }

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

border-color css

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

 span { border-color: rgb(55,94,99); }

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