Html Css Color HEX #395463 Cello

📋 copy color: '#395463'

red 57 ◦ green 84 ◦ blue 99

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

Shades of Cello #395463

Tints of Cello #395463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

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

R = 23.75%
G = 35%
B = 41.25%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395463 (or 0x395463) is known color: Cello. HEX triplet: 39, 54 and 63. RGB value is (57,84,99). Sum of RGB (Red+Green+Blue) = 57+84+99=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 84 (33.20% from 255 or 35% 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 #395463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395463 is #C6AB9C. Grayscale: #4D4D4D. Windows color (decimal): -13020061 or 6509625. OLE color: 6509625.

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

Color convert

RGB 57 84 99 -
CMYK 0.42 0.15 0 0.61
HSL 201.43º 0.27% 0.31% -
HSV(B) 201.43º 0.42% 0.39% -
XYZ 7.11 8.11 13 -
YUV 77.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 57 84 99 0.42 0.15 0 0.61 201.43 0.27 0.31
Hex 39 54 63 2A F 0 3D C9 1B 1F
Octal 71 124 143 52 17 0 75 311 33 37
Binary 111001 1010100 1100011 101010 1111 0 111101 11001001 11011 11111

Color Harmonies of #395463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395463

Black with #395463

Text Example


Text Example

White with #395463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395463; }

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

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

background-color css

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

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

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

border-color css

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

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

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