Html Css Color HEX #394E6B Cello

📋 copy color: '#394E6B'

red 57 ◦ green 78 ◦ blue 107

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

Shades of Cello #394E6B

Tints of Cello #394E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 23.55%
G = 32.23%
B = 44.21%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#394E6B (or 0x394E6B) is known color: Cello. HEX triplet: 39, 4E and 6B. RGB value is (57,78,107). Sum of RGB (Red+Green+Blue) = 57+78+107=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #394E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6B is #C6B194. Grayscale: #4A4A4A. Windows color (decimal): -13021589 or 7032377. OLE color: 7032377.

HSL color Cylindrical-coordinate representation of color #394E6B: hue angle of 214.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394E6B is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 78 107 -
CMYK 0.47 0.27 0 0.58
HSL 214.8º 0.3% 0.32% -
HSV(B) 214.8º 0.47% 0.42% -
XYZ 7.07 7.38 14.96 -
YUV 75.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 57 78 107 0.47 0.27 0 0.58 214.8 0.3 0.32
Hex 39 4E 6B 2F 1B 0 3A D7 1E 20
Octal 71 116 153 57 33 0 72 327 36 40
Binary 111001 1001110 1101011 101111 11011 0 111010 11010111 11110 100000

Color Harmonies of #394E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E6B

Black with #394E6B

Text Example


Text Example

White with #394E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394E6B; }

 p { color: rgb(57,78,107); }

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

background-color css

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

 a { background-color: rgb(57,78,107); }

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

border-color css

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

 span { border-color: rgb(57,78,107); }

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