Html Css Color HEX #394C69 Cello

📋 copy color: '#394C69'

red 57 ◦ green 76 ◦ blue 105

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

Shades of Cello #394C69

Tints of Cello #394C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

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

R = 23.95%
G = 31.93%
B = 44.12%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394C69 (or 0x394C69) is known color: Cello. HEX triplet: 39, 4C and 69. RGB value is (57,76,105). Sum of RGB (Red+Green+Blue) = 57+76+105=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #394C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C69 is #C6B396. Grayscale: #494949. Windows color (decimal): -13022103 or 6900793. OLE color: 6900793.

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

Color convert

RGB 57 76 105 -
CMYK 0.46 0.28 0 0.59
HSL 216.25º 0.3% 0.32% -
HSV(B) 216.25º 0.46% 0.41% -
XYZ 6.82 7.06 14.37 -
YUV 73.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 57 76 105 0.46 0.28 0 0.59 216.25 0.3 0.32
Hex 39 4C 69 2E 1C 0 3B D8 1E 20
Octal 71 114 151 56 34 0 73 330 36 40
Binary 111001 1001100 1101001 101110 11100 0 111011 11011000 11110 100000

Color Harmonies of #394C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C69

Black with #394C69

Text Example


Text Example

White with #394C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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