Html Css Color HEX #395062 Cello

📋 copy color: '#395062'

red 57 ◦ green 80 ◦ blue 98

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

Shades of Cello #395062

Tints of Cello #395062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 24.26%
G = 34.04%
B = 41.7%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395062 (or 0x395062) is known color: Cello. HEX triplet: 39, 50 and 62. RGB value is (57,80,98). Sum of RGB (Red+Green+Blue) = 57+80+98=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #395062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395062 is #C6AF9D. Grayscale: #4B4B4B. Windows color (decimal): -13021086 or 6443065. OLE color: 6443065.

HSL color Cylindrical-coordinate representation of color #395062: hue angle of 206.34º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395062 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 80 98 -
CMYK 0.42 0.18 0 0.62
HSL 206.34º 0.26% 0.3% -
HSV(B) 206.34º 0.42% 0.38% -
XYZ 6.76 7.49 12.64 -
YUV 75.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 57 80 98 0.42 0.18 0 0.62 206.34 0.26 0.3
Hex 39 50 62 2A 12 0 3E CE 1A 1E
Octal 71 120 142 52 22 0 76 316 32 36
Binary 111001 1010000 1100010 101010 10010 0 111110 11001110 11010 11110

Color Harmonies of #395062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395062

Black with #395062

Text Example


Text Example

White with #395062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395062; }

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

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

background-color css

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

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

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

border-color css

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

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

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