Html Css Color HEX #395066 Cello

📋 copy color: '#395066'

red 57 ◦ green 80 ◦ blue 102

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

Shades of Cello #395066

Tints of Cello #395066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 23.85%
G = 33.47%
B = 42.68%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#395066 (or 0x395066) is known color: Cello. HEX triplet: 39, 50 and 66. RGB value is (57,80,102). Sum of RGB (Red+Green+Blue) = 57+80+102=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #395066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395066 is #C6AF99. Grayscale: #4B4B4B. Windows color (decimal): -13021082 or 6705209. OLE color: 6705209.

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

Color convert

RGB 57 80 102 -
CMYK 0.44 0.22 0 0.6
HSL 209.33º 0.28% 0.31% -
HSV(B) 209.33º 0.44% 0.4% -
XYZ 6.95 7.57 13.66 -
YUV 75.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 57 80 102 0.44 0.22 0 0.6 209.33 0.28 0.31
Hex 39 50 66 2C 16 0 3C D1 1C 1F
Octal 71 120 146 54 26 0 74 321 34 37
Binary 111001 1010000 1100110 101100 10110 0 111100 11010001 11100 11111

Color Harmonies of #395066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395066

Black with #395066

Text Example


Text Example

White with #395066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395066; }

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

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

background-color css

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

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

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

border-color css

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

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

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