Html Css Color HEX #394DE2 Royal Blue

📋 copy color: '#394DE2'

red 57 ◦ green 77 ◦ blue 226

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

Shades of Royal Blue #394DE2

Tints of Royal Blue #394DE2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 226 (88.67% from 255) = 62.78%

R = 15.83%
G = 21.39%
B = 62.78%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#394DE2 (or 0x394DE2) is known color: Royal Blue. HEX triplet: 39, 4D and E2. RGB value is (57,77,226). Sum of RGB (Red+Green+Blue) = 57+77+226=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #394DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DE2 is #C6B21D. Grayscale: #575757. Windows color (decimal): -13021726 or 14830905. OLE color: 14830905.

HSL color Cylindrical-coordinate representation of color #394DE2: hue angle of 232.9º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394DE2 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 57 77 226 -
CMYK 0.75 0.66 0 0.11
HSL 232.9º 0.74% 0.55% -
HSV(B) 232.9º 0.75% 0.89% -
XYZ 18.07 11.67 73.25 -
YUV 88.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 57 77 226 0.75 0.66 0 0.11 232.9 0.74 0.55
Hex 39 4D E2 4B 42 0 B E9 4A 37
Octal 71 115 342 113 102 0 13 351 112 67
Binary 111001 1001101 11100010 1001011 1000010 0 1011 11101001 1001010 110111

Color Harmonies of #394DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DE2

Black with #394DE2

Text Example


Text Example

White with #394DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,226); }

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

background-color css

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

 a { background-color: rgb(57,77,226); }

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

border-color css

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

 span { border-color: rgb(57,77,226); }

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