Html Css Color HEX #394F7C Fun Blue

📋 copy color: '#394F7C'

red 57 ◦ green 79 ◦ blue 124

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

Shades of Fun Blue #394F7C

Tints of Fun Blue #394F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 21.92%
G = 30.38%
B = 47.69%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#394F7C (or 0x394F7C) is known color: Fun Blue. HEX triplet: 39, 4F and 7C. RGB value is (57,79,124). Sum of RGB (Red+Green+Blue) = 57+79+124=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #394F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F7C is #C6B083. Grayscale: #4D4D4D. Windows color (decimal): -13021316 or 8146745. OLE color: 8146745.

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

Color convert

RGB 57 79 124 -
CMYK 0.54 0.36 0 0.51
HSL 220.3º 0.37% 0.35% -
HSV(B) 220.3º 0.54% 0.49% -
XYZ 8.12 7.92 20.17 -
YUV 77.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 57 79 124 0.54 0.36 0 0.51 220.3 0.37 0.35
Hex 39 4F 7C 36 24 0 33 DC 25 23
Octal 71 117 174 66 44 0 63 334 45 43
Binary 111001 1001111 1111100 110110 100100 0 110011 11011100 100101 100011

Color Harmonies of #394F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F7C

Black with #394F7C

Text Example


Text Example

White with #394F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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