Html Css Color HEX #394C63 Cello

📋 copy color: '#394C63'

red 57 ◦ green 76 ◦ blue 99

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

Shades of Cello #394C63

Tints of Cello #394C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 24.57%
G = 32.76%
B = 42.67%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#394C63 (or 0x394C63) is known color: Cello. HEX triplet: 39, 4C and 63. RGB value is (57,76,99). Sum of RGB (Red+Green+Blue) = 57+76+99=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #394C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C63 is #C6B39C. Grayscale: #484848. Windows color (decimal): -13022109 or 6507577. OLE color: 6507577.

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

Color convert

RGB 57 76 99 -
CMYK 0.42 0.23 0 0.61
HSL 212.86º 0.27% 0.31% -
HSV(B) 212.86º 0.42% 0.39% -
XYZ 6.52 6.94 12.8 -
YUV 72.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 57 76 99 0.42 0.23 0 0.61 212.86 0.27 0.31
Hex 39 4C 63 2A 17 0 3D D5 1B 1F
Octal 71 114 143 52 27 0 75 325 33 37
Binary 111001 1001100 1100011 101010 10111 0 111101 11010101 11011 11111

Color Harmonies of #394C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C63

Black with #394C63

Text Example


Text Example

White with #394C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,76,99); }

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

background-color css

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

 a { background-color: rgb(57,76,99); }

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

border-color css

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

 span { border-color: rgb(57,76,99); }

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