Html Css Color HEX #395963 Casal

📋 copy color: '#395963'

red 57 ◦ green 89 ◦ blue 99

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

Shades of Casal #395963

Tints of Casal #395963

RGB

 RED value IS 57 (22.66% from 255) = 23.27%

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 23.27%
G = 36.33%
B = 40.41%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395963 (or 0x395963) is known color: Casal. HEX triplet: 39, 59 and 63. RGB value is (57,89,99). Sum of RGB (Red+Green+Blue) = 57+89+99=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 89 (35.16% from 255 or 36.33% 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 #395963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395963 is #C6A69C. Grayscale: #505050. Windows color (decimal): -13018781 or 6510905. OLE color: 6510905.

HSL color Cylindrical-coordinate representation of color #395963: hue angle of 194.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395963 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 89 99 -
CMYK 0.42 0.10 0 0.61
HSL 194.29º 0.27% 0.31% -
HSV(B) 194.29º 0.42% 0.39% -
XYZ 7.51 8.92 13.13 -
YUV 80.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 57 89 99 0.42 0.10 0 0.61 194.29 0.27 0.31
Hex 39 59 63 2A A 0 3D C2 1B 1F
Octal 71 131 143 52 12 0 75 302 33 37
Binary 111001 1011001 1100011 101010 1010 0 111101 11000010 11011 11111

Color Harmonies of #395963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395963

Black with #395963

Text Example


Text Example

White with #395963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395963; }

 p { color: rgb(57,89,99); }

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

background-color css

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

 a { background-color: rgb(57,89,99); }

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

border-color css

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

 span { border-color: rgb(57,89,99); }

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