Html Css Color HEX #395365 Cello

📋 copy color: '#395365'

red 57 ◦ green 83 ◦ blue 101

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

Shades of Cello #395365

Tints of Cello #395365

RGB

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

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

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

R = 23.65%
G = 34.44%
B = 41.91%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395365 (or 0x395365) is known color: Cello. HEX triplet: 39, 53 and 65. RGB value is (57,83,101). Sum of RGB (Red+Green+Blue) = 57+83+101=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #395365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395365 is #C6AC9A. Grayscale: #4D4D4D. Windows color (decimal): -13020315 or 6640441. OLE color: 6640441.

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

Color convert

RGB 57 83 101 -
CMYK 0.44 0.18 0 0.60
HSL 204.55º 0.28% 0.31% -
HSV(B) 204.55º 0.44% 0.4% -
XYZ 7.13 8 13.48 -
YUV 77.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 57 83 101 0.44 0.18 0 0.60 204.55 0.28 0.31
Hex 39 53 65 2C 12 0 3C CD 1C 1F
Octal 71 123 145 54 22 0 74 315 34 37
Binary 111001 1010011 1100101 101100 10010 0 111100 11001101 11100 11111

Color Harmonies of #395365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395365

Black with #395365

Text Example


Text Example

White with #395365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395365; }

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

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

background-color css

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

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

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

border-color css

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

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

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