Html Css Color HEX #395465 Cello

📋 copy color: '#395465'

red 57 ◦ green 84 ◦ blue 101

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

Shades of Cello #395465

Tints of Cello #395465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 23.55%
G = 34.71%
B = 41.74%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395465 (or 0x395465) is known color: Cello. HEX triplet: 39, 54 and 65. RGB value is (57,84,101). Sum of RGB (Red+Green+Blue) = 57+84+101=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #395465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395465 is #C6AB9A. Grayscale: #4D4D4D. Windows color (decimal): -13020059 or 6640697. OLE color: 6640697.

HSL color Cylindrical-coordinate representation of color #395465: hue angle of 203.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395465 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 84 101 -
CMYK 0.44 0.17 0 0.60
HSL 203.18º 0.28% 0.31% -
HSV(B) 203.18º 0.44% 0.4% -
XYZ 7.21 8.15 13.51 -
YUV 77.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 57 84 101 0.44 0.17 0 0.60 203.18 0.28 0.31
Hex 39 54 65 2C 11 0 3C CB 1C 1F
Octal 71 124 145 54 21 0 74 313 34 37
Binary 111001 1010100 1100101 101100 10001 0 111100 11001011 11100 11111

Color Harmonies of #395465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395465

Black with #395465

Text Example


Text Example

White with #395465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395465; }

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

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

background-color css

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

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

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

border-color css

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

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

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