Html Css Color HEX #394E7F Fun Blue

📋 copy color: '#394E7F'

red 57 ◦ green 78 ◦ blue 127

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

Shades of Fun Blue #394E7F

Tints of Fun Blue #394E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.77%

 BLUE value IS 127 (50% from 255) = 48.47%

R = 21.76%
G = 29.77%
B = 48.47%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#394E7F (or 0x394E7F) is known color: Fun Blue. HEX triplet: 39, 4E and 7F. RGB value is (57,78,127). Sum of RGB (Red+Green+Blue) = 57+78+127=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #394E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7F is #C6B180. Grayscale: #4D4D4D. Windows color (decimal): -13021569 or 8343097. OLE color: 8343097.

HSL color Cylindrical-coordinate representation of color #394E7F: hue angle of 222º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394E7F is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 78 127 -
CMYK 0.55 0.39 0 0.50
HSL 222º 0.38% 0.36% -
HSV(B) 222º 0.55% 0.5% -
XYZ 8.24 7.85 21.16 -
YUV 77.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 57 78 127 0.55 0.39 0 0.50 222 0.38 0.36
Hex 39 4E 7F 37 27 0 32 DE 26 24
Octal 71 116 177 67 47 0 62 336 46 44
Binary 111001 1001110 1111111 110111 100111 0 110010 11011110 100110 100100

Color Harmonies of #394E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E7F

Black with #394E7F

Text Example


Text Example

White with #394E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,127); }

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

background-color css

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

 a { background-color: rgb(57,78,127); }

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

border-color css

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

 span { border-color: rgb(57,78,127); }

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