Html Css Color HEX #394D68 Cello

📋 copy color: '#394D68'

red 57 ◦ green 77 ◦ blue 104

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

Shades of Cello #394D68

Tints of Cello #394D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 23.95%
G = 32.35%
B = 43.7%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394D68 (or 0x394D68) is known color: Cello. HEX triplet: 39, 4D and 68. RGB value is (57,77,104). Sum of RGB (Red+Green+Blue) = 57+77+104=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #394D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D68 is #C6B297. Grayscale: #494949. Windows color (decimal): -13021848 or 6835513. OLE color: 6835513.

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

Color convert

RGB 57 77 104 -
CMYK 0.45 0.26 0 0.59
HSL 214.47º 0.29% 0.32% -
HSV(B) 214.47º 0.45% 0.41% -
XYZ 6.84 7.18 14.12 -
YUV 74.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 57 77 104 0.45 0.26 0 0.59 214.47 0.29 0.32
Hex 39 4D 68 2D 1A 0 3B D6 1D 20
Octal 71 115 150 55 32 0 73 326 35 40
Binary 111001 1001101 1101000 101101 11010 0 111011 11010110 11101 100000

Color Harmonies of #394D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D68

Black with #394D68

Text Example


Text Example

White with #394D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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