Html Css Color HEX #395265 Cello

📋 copy color: '#395265'

red 57 ◦ green 82 ◦ blue 101

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

Shades of Cello #395265

Tints of Cello #395265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 23.75%
G = 34.17%
B = 42.08%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395265 (or 0x395265) is known color: Cello. HEX triplet: 39, 52 and 65. RGB value is (57,82,101). Sum of RGB (Red+Green+Blue) = 57+82+101=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #395265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395265 is #C6AD9A. Grayscale: #4C4C4C. Windows color (decimal): -13020571 or 6640185. OLE color: 6640185.

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

Color convert

RGB 57 82 101 -
CMYK 0.44 0.19 0 0.60
HSL 205.91º 0.28% 0.31% -
HSV(B) 205.91º 0.44% 0.4% -
XYZ 7.05 7.84 13.45 -
YUV 76.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 57 82 101 0.44 0.19 0 0.60 205.91 0.28 0.31
Hex 39 52 65 2C 13 0 3C CE 1C 1F
Octal 71 122 145 54 23 0 74 316 34 37
Binary 111001 1010010 1100101 101100 10011 0 111100 11001110 11100 11111

Color Harmonies of #395265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395265

Black with #395265

Text Example


Text Example

White with #395265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395265; }

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

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

background-color css

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

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

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

border-color css

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

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

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