Html Css Color HEX #395063 Cello

📋 copy color: '#395063'

red 57 ◦ green 80 ◦ blue 99

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

Shades of Cello #395063

Tints of Cello #395063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 24.15%
G = 33.9%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395063 (or 0x395063) is known color: Cello. HEX triplet: 39, 50 and 63. RGB value is (57,80,99). Sum of RGB (Red+Green+Blue) = 57+80+99=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #395063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395063 is #C6AF9C. Grayscale: #4B4B4B. Windows color (decimal): -13021085 or 6508601. OLE color: 6508601.

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

Color convert

RGB 57 80 99 -
CMYK 0.42 0.19 0 0.61
HSL 207.14º 0.27% 0.31% -
HSV(B) 207.14º 0.42% 0.39% -
XYZ 6.81 7.51 12.89 -
YUV 75.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 57 80 99 0.42 0.19 0 0.61 207.14 0.27 0.31
Hex 39 50 63 2A 13 0 3D CF 1B 1F
Octal 71 120 143 52 23 0 75 317 33 37
Binary 111001 1010000 1100011 101010 10011 0 111101 11001111 11011 11111

Color Harmonies of #395063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395063

Black with #395063

Text Example


Text Example

White with #395063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395063; }

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

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

background-color css

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

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

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

border-color css

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

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

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