Html Css Color HEX #394E68 Cello

📋 copy color: '#394E68'

red 57 ◦ green 78 ◦ blue 104

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

Shades of Cello #394E68

Tints of Cello #394E68

RGB

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

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

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

R = 23.85%
G = 32.64%
B = 43.51%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394E68 (or 0x394E68) is known color: Cello. HEX triplet: 39, 4E and 68. RGB value is (57,78,104). Sum of RGB (Red+Green+Blue) = 57+78+104=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #394E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E68 is #C6B197. Grayscale: #4A4A4A. Windows color (decimal): -13021592 or 6835769. OLE color: 6835769.

HSL color Cylindrical-coordinate representation of color #394E68: hue angle of 213.19º 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 #394E68 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 78 104 -
CMYK 0.45 0.25 0 0.59
HSL 213.19º 0.29% 0.32% -
HSV(B) 213.19º 0.45% 0.41% -
XYZ 6.91 7.32 14.15 -
YUV 74.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 57 78 104 0.45 0.25 0 0.59 213.19 0.29 0.32
Hex 39 4E 68 2D 19 0 3B D5 1D 20
Octal 71 116 150 55 31 0 73 325 35 40
Binary 111001 1001110 1101000 101101 11001 0 111011 11010101 11101 100000

Color Harmonies of #394E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E68

Black with #394E68

Text Example


Text Example

White with #394E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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