Html Css Color HEX #375A63 Casal

📋 copy color: '#375A63'

red 55 ◦ green 90 ◦ blue 99

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

Shades of Casal #375A63

Tints of Casal #375A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

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

R = 22.54%
G = 36.89%
B = 40.57%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375A63 (or 0x375A63) is known color: Casal. HEX triplet: 37, 5A and 63. RGB value is (55,90,99). Sum of RGB (Red+Green+Blue) = 55+90+99=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #375A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A63 is #C8A59C. Grayscale: #505050. Windows color (decimal): -13149597 or 6511159. OLE color: 6511159.

HSL color Cylindrical-coordinate representation of color #375A63: hue angle of 192.27º 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 #375A63 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 90 99 -
CMYK 0.44 0.09 0 0.61
HSL 192.27º 0.29% 0.3% -
HSV(B) 192.27º 0.44% 0.39% -
XYZ 7.48 9.03 13.15 -
YUV 80.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 55 90 99 0.44 0.09 0 0.61 192.27 0.29 0.3
Hex 37 5A 63 2C 9 0 3D C0 1D 1E
Octal 67 132 143 54 11 0 75 300 35 36
Binary 110111 1011010 1100011 101100 1001 0 111101 11000000 11101 11110

Color Harmonies of #375A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A63

Black with #375A63

Text Example


Text Example

White with #375A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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