Html Css Color HEX #375863 Casal

📋 copy color: '#375863'

red 55 ◦ green 88 ◦ blue 99

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

Shades of Casal #375863

Tints of Casal #375863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 22.73%
G = 36.36%
B = 40.91%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375863 (or 0x375863) is known color: Casal. HEX triplet: 37, 58 and 63. RGB value is (55,88,99). Sum of RGB (Red+Green+Blue) = 55+88+99=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #375863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375863 is #C8A79C. Grayscale: #4F4F4F. Windows color (decimal): -13150109 or 6510647. OLE color: 6510647.

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

Color convert

RGB 55 88 99 -
CMYK 0.44 0.11 0 0.61
HSL 195º 0.29% 0.3% -
HSV(B) 195º 0.44% 0.39% -
XYZ 7.32 8.69 13.1 -
YUV 79.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 55 88 99 0.44 0.11 0 0.61 195 0.29 0.3
Hex 37 58 63 2C B 0 3D C3 1D 1E
Octal 67 130 143 54 13 0 75 303 35 36
Binary 110111 1011000 1100011 101100 1011 0 111101 11000011 11101 11110

Color Harmonies of #375863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375863

Black with #375863

Text Example


Text Example

White with #375863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375863; }

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

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

background-color css

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

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

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

border-color css

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

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

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