Html Css Color HEX #395B63 Casal

📋 copy color: '#395B63'

red 57 ◦ green 91 ◦ blue 99

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

Shades of Casal #395B63

Tints of Casal #395B63

RGB

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

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

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

R = 23.08%
G = 36.84%
B = 40.08%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395B63 (or 0x395B63) is known color: Casal. HEX triplet: 39, 5B and 63. RGB value is (57,91,99). Sum of RGB (Red+Green+Blue) = 57+91+99=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #395B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B63 is #C6A49C. Grayscale: #515151. Windows color (decimal): -13018269 or 6511417. OLE color: 6511417.

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

Color convert

RGB 57 91 99 -
CMYK 0.42 0.08 0 0.61
HSL 191.43º 0.27% 0.31% -
HSV(B) 191.43º 0.42% 0.39% -
XYZ 7.68 9.25 13.19 -
YUV 81.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 57 91 99 0.42 0.08 0 0.61 191.43 0.27 0.31
Hex 39 5B 63 2A 8 0 3D BF 1B 1F
Octal 71 133 143 52 10 0 75 277 33 37
Binary 111001 1011011 1100011 101010 1000 0 111101 10111111 11011 11111

Color Harmonies of #395B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B63

Black with #395B63

Text Example


Text Example

White with #395B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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