Html Css Color HEX #394F61 Cello

📋 copy color: '#394F61'

red 57 ◦ green 79 ◦ blue 97

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

Shades of Cello #394F61

Tints of Cello #394F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 24.46%
G = 33.91%
B = 41.63%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394F61 (or 0x394F61) is known color: Cello. HEX triplet: 39, 4F and 61. RGB value is (57,79,97). Sum of RGB (Red+Green+Blue) = 57+79+97=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #394F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F61 is #C6B09E. Grayscale: #4A4A4A. Windows color (decimal): -13021343 or 6377273. OLE color: 6377273.

HSL color Cylindrical-coordinate representation of color #394F61: hue angle of 207º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394F61 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 79 97 -
CMYK 0.41 0.19 0 0.62
HSL 207º 0.26% 0.3% -
HSV(B) 207º 0.41% 0.38% -
XYZ 6.64 7.32 12.37 -
YUV 74.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 57 79 97 0.41 0.19 0 0.62 207 0.26 0.3
Hex 39 4F 61 29 13 0 3E CF 1A 1E
Octal 71 117 141 51 23 0 76 317 32 36
Binary 111001 1001111 1100001 101001 10011 0 111110 11001111 11010 11110

Color Harmonies of #394F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F61

Black with #394F61

Text Example


Text Example

White with #394F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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