Html Css Color HEX #375663 Casal

📋 copy color: '#375663'

red 55 ◦ green 86 ◦ blue 99

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

Shades of Casal #375663

Tints of Casal #375663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

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

R = 22.92%
G = 35.83%
B = 41.25%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375663 (or 0x375663) is known color: Casal. HEX triplet: 37, 56 and 63. RGB value is (55,86,99). Sum of RGB (Red+Green+Blue) = 55+86+99=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #375663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375663 is #C8A99C. Grayscale: #4E4E4E. Windows color (decimal): -13150621 or 6510135. OLE color: 6510135.

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

Color convert

RGB 55 86 99 -
CMYK 0.44 0.13 0 0.61
HSL 197.73º 0.29% 0.3% -
HSV(B) 197.73º 0.44% 0.39% -
XYZ 7.16 8.37 13.04 -
YUV 78.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 55 86 99 0.44 0.13 0 0.61 197.73 0.29 0.3
Hex 37 56 63 2C D 0 3D C6 1D 1E
Octal 67 126 143 54 15 0 75 306 35 36
Binary 110111 1010110 1100011 101100 1101 0 111101 11000110 11101 11110

Color Harmonies of #375663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375663

Black with #375663

Text Example


Text Example

White with #375663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375663; }

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

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

background-color css

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

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

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

border-color css

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

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

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