Html Css Color HEX #394961 Cello

📋 copy color: '#394961'

red 57 ◦ green 73 ◦ blue 97

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

Shades of Cello #394961

Tints of Cello #394961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 25.11%
G = 32.16%
B = 42.73%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394961 (or 0x394961) is known color: Cello. HEX triplet: 39, 49 and 61. RGB value is (57,73,97). Sum of RGB (Red+Green+Blue) = 57+73+97=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #394961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394961 is #C6B69E. Grayscale: #464646. Windows color (decimal): -13022879 or 6375737. OLE color: 6375737.

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

Color convert

RGB 57 73 97 -
CMYK 0.41 0.25 0 0.62
HSL 216º 0.26% 0.3% -
HSV(B) 216º 0.41% 0.38% -
XYZ 6.23 6.5 12.24 -
YUV 70.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 57 73 97 0.41 0.25 0 0.62 216 0.26 0.3
Hex 39 49 61 29 19 0 3E D8 1A 1E
Octal 71 111 141 51 31 0 76 330 32 36
Binary 111001 1001001 1100001 101001 11001 0 111110 11011000 11010 11110

Color Harmonies of #394961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394961

Black with #394961

Text Example


Text Example

White with #394961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394961; }

 p { color: rgb(57,73,97); }

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

background-color css

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

 a { background-color: rgb(57,73,97); }

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

border-color css

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

 span { border-color: rgb(57,73,97); }

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