Html Css Color HEX #375B63 Casal

📋 copy color: '#375B63'

red 55 ◦ green 91 ◦ blue 99

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

Shades of Casal #375B63

Tints of Casal #375B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

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

R = 22.45%
G = 37.14%
B = 40.41%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375B63 (or 0x375B63) is known color: Casal. HEX triplet: 37, 5B and 63. RGB value is (55,91,99). Sum of RGB (Red+Green+Blue) = 55+91+99=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #375B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B63 is #C8A49C. Grayscale: #515151. Windows color (decimal): -13149341 or 6511415. OLE color: 6511415.

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

Color convert

RGB 55 91 99 -
CMYK 0.44 0.08 0 0.61
HSL 190.91º 0.29% 0.3% -
HSV(B) 190.91º 0.44% 0.39% -
XYZ 7.57 9.2 13.18 -
YUV 81.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 55 91 99 0.44 0.08 0 0.61 190.91 0.29 0.3
Hex 37 5B 63 2C 8 0 3D BF 1D 1E
Octal 67 133 143 54 10 0 75 277 35 36
Binary 110111 1011011 1100011 101100 1000 0 111101 10111111 11101 11110

Color Harmonies of #375B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B63

Black with #375B63

Text Example


Text Example

White with #375B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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