Html Css Color HEX #394F68 Cello

📋 copy color: '#394F68'

red 57 ◦ green 79 ◦ blue 104

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

Shades of Cello #394F68

Tints of Cello #394F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 23.75%
G = 32.92%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394F68 (or 0x394F68) is known color: Cello. HEX triplet: 39, 4F and 68. RGB value is (57,79,104). Sum of RGB (Red+Green+Blue) = 57+79+104=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #394F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F68 is #C6B097. Grayscale: #4B4B4B. Windows color (decimal): -13021336 or 6836025. OLE color: 6836025.

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

Color convert

RGB 57 79 104 -
CMYK 0.45 0.24 0 0.59
HSL 211.91º 0.29% 0.32% -
HSV(B) 211.91º 0.45% 0.41% -
XYZ 6.98 7.46 14.17 -
YUV 75.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 57 79 104 0.45 0.24 0 0.59 211.91 0.29 0.32
Hex 39 4F 68 2D 18 0 3B D4 1D 20
Octal 71 117 150 55 30 0 73 324 35 40
Binary 111001 1001111 1101000 101101 11000 0 111011 11010100 11101 100000

Color Harmonies of #394F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F68

Black with #394F68

Text Example


Text Example

White with #394F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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