Html Css Color HEX #334EE4 Royal Blue

📋 copy color: '#334EE4'

red 51 ◦ green 78 ◦ blue 228

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

Shades of Royal Blue #334EE4

Tints of Royal Blue #334EE4

RGB

 RED value IS 51 (20.31% from 255) = 14.29%

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

 BLUE value IS 228 (89.45% from 255) = 63.87%

R = 14.29%
G = 21.85%
B = 63.87%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#334EE4 (or 0x334EE4) is known color: Royal Blue. HEX triplet: 33, 4E and E4. RGB value is (51,78,228). Sum of RGB (Red+Green+Blue) = 51+78+228=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #334EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EE4 is #CCB11B. Grayscale: #565656. Windows color (decimal): -13414684 or 14962227. OLE color: 14962227.

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

Color convert

RGB 51 78 228 -
CMYK 0.78 0.66 0 0.11
HSL 230.85º 0.77% 0.55% -
HSV(B) 230.85º 0.78% 0.89% -
XYZ 18.09 11.75 74.71 -
YUV 87.03 207.55 102.3 -
System Red Green Blue C M Y K H S L
Decimal 51 78 228 0.78 0.66 0 0.11 230.85 0.77 0.55
Hex 33 4E E4 4E 42 0 B E7 4D 37
Octal 63 116 344 116 102 0 13 347 115 67
Binary 110011 1001110 11100100 1001110 1000010 0 1011 11100111 1001101 110111

Color Harmonies of #334EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EE4

Black with #334EE4

Text Example


Text Example

White with #334EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334EE4; }

 p { color: rgb(51,78,228); }

 H1.HeaderClassName
 {
   color: #334EE4;
 }
 .AnyTagClassName
 {
   color: #334EE4;
 }
</style>

background-color css

<style>
 a { background-color: #334EE4; }

 a { background-color: rgb(51,78,228); }

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

border-color css

<style>
 span { border-color: #334EE4; }

 span { border-color: rgb(51,78,228); }

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