Html Css Color HEX #394A58 Cello

📋 copy color: '#394A58'

red 57 ◦ green 74 ◦ blue 88

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

Shades of Cello #394A58

Tints of Cello #394A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

 BLUE value IS 88 (34.77% from 255) = 40.18%

R = 26.03%
G = 33.79%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394A58 (or 0x394A58) is known color: Cello. HEX triplet: 39, 4A and 58. RGB value is (57,74,88). Sum of RGB (Red+Green+Blue) = 57+74+88=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #394A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A58 is #C6B5A7. Grayscale: #464646. Windows color (decimal): -13022632 or 5786169. OLE color: 5786169.

HSL color Cylindrical-coordinate representation of color #394A58: hue angle of 207.1º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394A58 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 74 88 -
CMYK 0.35 0.16 0 0.65
HSL 207.1º 0.21% 0.28% -
HSV(B) 207.1º 0.35% 0.35% -
XYZ 5.9 6.47 10.17 -
YUV 70.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 57 74 88 0.35 0.16 0 0.65 207.1 0.21 0.28
Hex 39 4A 58 23 10 0 41 CF 15 1C
Octal 71 112 130 43 20 0 101 317 25 34
Binary 111001 1001010 1011000 100011 10000 0 1000001 11001111 10101 11100

Color Harmonies of #394A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A58

Black with #394A58

Text Example


Text Example

White with #394A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,88); }

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

background-color css

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

 a { background-color: rgb(57,74,88); }

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

border-color css

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

 span { border-color: rgb(57,74,88); }

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