Html Css Color HEX #394D69 Cello

📋 copy color: '#394D69'

red 57 ◦ green 77 ◦ blue 105

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

Shades of Cello #394D69

Tints of Cello #394D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 23.85%
G = 32.22%
B = 43.93%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394D69 (or 0x394D69) is known color: Cello. HEX triplet: 39, 4D and 69. RGB value is (57,77,105). Sum of RGB (Red+Green+Blue) = 57+77+105=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #394D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D69 is #C6B296. Grayscale: #4A4A4A. Windows color (decimal): -13021847 or 6901049. OLE color: 6901049.

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

Color convert

RGB 57 77 105 -
CMYK 0.46 0.27 0 0.59
HSL 215º 0.3% 0.32% -
HSV(B) 215º 0.46% 0.41% -
XYZ 6.89 7.2 14.39 -
YUV 74.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 57 77 105 0.46 0.27 0 0.59 215 0.3 0.32
Hex 39 4D 69 2E 1B 0 3B D7 1E 20
Octal 71 115 151 56 33 0 73 327 36 40
Binary 111001 1001101 1101001 101110 11011 0 111011 11010111 11110 100000

Color Harmonies of #394D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D69

Black with #394D69

Text Example


Text Example

White with #394D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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