Html Css Color HEX #395366 Cello

📋 copy color: '#395366'

red 57 ◦ green 83 ◦ blue 102

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

Shades of Cello #395366

Tints of Cello #395366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 23.55%
G = 34.3%
B = 42.15%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#395366 (or 0x395366) is known color: Cello. HEX triplet: 39, 53 and 66. RGB value is (57,83,102). Sum of RGB (Red+Green+Blue) = 57+83+102=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #395366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395366 is #C6AC99. Grayscale: #4D4D4D. Windows color (decimal): -13020314 or 6705977. OLE color: 6705977.

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

Color convert

RGB 57 83 102 -
CMYK 0.44 0.19 0 0.6
HSL 205.33º 0.28% 0.31% -
HSV(B) 205.33º 0.44% 0.4% -
XYZ 7.18 8.02 13.74 -
YUV 77.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 57 83 102 0.44 0.19 0 0.6 205.33 0.28 0.31
Hex 39 53 66 2C 13 0 3C CD 1C 1F
Octal 71 123 146 54 23 0 74 315 34 37
Binary 111001 1010011 1100110 101100 10011 0 111100 11001101 11100 11111

Color Harmonies of #395366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395366

Black with #395366

Text Example


Text Example

White with #395366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395366; }

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

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

background-color css

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

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

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

border-color css

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

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

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