Html Css Color HEX #394F6C Cello

📋 copy color: '#394F6C'

red 57 ◦ green 79 ◦ blue 108

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

Shades of Cello #394F6C

Tints of Cello #394F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 23.36%
G = 32.38%
B = 44.26%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#394F6C (or 0x394F6C) is known color: Cello. HEX triplet: 39, 4F and 6C. RGB value is (57,79,108). Sum of RGB (Red+Green+Blue) = 57+79+108=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #394F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F6C is #C6B093. Grayscale: #4B4B4B. Windows color (decimal): -13021332 or 7098169. OLE color: 7098169.

HSL color Cylindrical-coordinate representation of color #394F6C: hue angle of 214.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394F6C is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 79 108 -
CMYK 0.47 0.27 0 0.58
HSL 214.12º 0.31% 0.32% -
HSV(B) 214.12º 0.47% 0.42% -
XYZ 7.19 7.54 15.26 -
YUV 75.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 57 79 108 0.47 0.27 0 0.58 214.12 0.31 0.32
Hex 39 4F 6C 2F 1B 0 3A D6 1F 20
Octal 71 117 154 57 33 0 72 326 37 40
Binary 111001 1001111 1101100 101111 11011 0 111010 11010110 11111 100000

Color Harmonies of #394F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F6C

Black with #394F6C

Text Example


Text Example

White with #394F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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