Html Css Color HEX #395268 Cello

📋 copy color: '#395268'

red 57 ◦ green 82 ◦ blue 104

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

Shades of Cello #395268

Tints of Cello #395268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 23.46%
G = 33.74%
B = 42.8%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#395268 (or 0x395268) is known color: Cello. HEX triplet: 39, 52 and 68. RGB value is (57,82,104). Sum of RGB (Red+Green+Blue) = 57+82+104=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #395268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395268 is #C6AD97. Grayscale: #4C4C4C. Windows color (decimal): -13020568 or 6836793. OLE color: 6836793.

HSL color Cylindrical-coordinate representation of color #395268: hue angle of 208.09º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395268 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 82 104 -
CMYK 0.45 0.21 0 0.59
HSL 208.09º 0.29% 0.32% -
HSV(B) 208.09º 0.45% 0.41% -
XYZ 7.2 7.9 14.24 -
YUV 77.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 57 82 104 0.45 0.21 0 0.59 208.09 0.29 0.32
Hex 39 52 68 2D 15 0 3B D0 1D 20
Octal 71 122 150 55 25 0 73 320 35 40
Binary 111001 1010010 1101000 101101 10101 0 111011 11010000 11101 100000

Color Harmonies of #395268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395268

Black with #395268

Text Example


Text Example

White with #395268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395268; }

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

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

background-color css

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

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

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

border-color css

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

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

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