Html Css Color HEX #394E7E Fun Blue

📋 copy color: '#394E7E'

red 57 ◦ green 78 ◦ blue 126

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

Shades of Fun Blue #394E7E

Tints of Fun Blue #394E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 21.84%
G = 29.89%
B = 48.28%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#394E7E (or 0x394E7E) is known color: Fun Blue. HEX triplet: 39, 4E and 7E. RGB value is (57,78,126). Sum of RGB (Red+Green+Blue) = 57+78+126=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #394E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7E is #C6B181. Grayscale: #4C4C4C. Windows color (decimal): -13021570 or 8277561. OLE color: 8277561.

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

Color convert

RGB 57 78 126 -
CMYK 0.55 0.38 0 0.51
HSL 221.74º 0.38% 0.36% -
HSV(B) 221.74º 0.55% 0.49% -
XYZ 8.18 7.82 20.82 -
YUV 77.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 57 78 126 0.55 0.38 0 0.51 221.74 0.38 0.36
Hex 39 4E 7E 37 26 0 33 DE 26 24
Octal 71 116 176 67 46 0 63 336 46 44
Binary 111001 1001110 1111110 110111 100110 0 110011 11011110 100110 100100

Color Harmonies of #394E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E7E

Black with #394E7E

Text Example


Text Example

White with #394E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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