Html Css Color HEX #394F5D Cello

📋 copy color: '#394F5D'

red 57 ◦ green 79 ◦ blue 93

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

Shades of Cello #394F5D

Tints of Cello #394F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 24.89%
G = 34.5%
B = 40.61%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#394F5D (or 0x394F5D) is known color: Cello. HEX triplet: 39, 4F and 5D. RGB value is (57,79,93). Sum of RGB (Red+Green+Blue) = 57+79+93=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #394F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F5D is #C6B0A2. Grayscale: #494949. Windows color (decimal): -13021347 or 6115129. OLE color: 6115129.

HSL color Cylindrical-coordinate representation of color #394F5D: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394F5D is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 79 93 -
CMYK 0.39 0.15 0 0.64
HSL 203.33º 0.24% 0.29% -
HSV(B) 203.33º 0.39% 0.36% -
XYZ 6.46 7.25 11.42 -
YUV 74.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 57 79 93 0.39 0.15 0 0.64 203.33 0.24 0.29
Hex 39 4F 5D 27 F 0 40 CB 18 1D
Octal 71 117 135 47 17 0 100 313 30 35
Binary 111001 1001111 1011101 100111 1111 0 1000000 11001011 11000 11101

Color Harmonies of #394F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F5D

Black with #394F5D

Text Example


Text Example

White with #394F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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