Html Css Color HEX #344EE5 Royal Blue

📋 copy color: '#344EE5'

red 52 ◦ green 78 ◦ blue 229

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

Shades of Royal Blue #344EE5

Tints of Royal Blue #344EE5

RGB

 RED value IS 52 (20.7% from 255) = 14.48%

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

 BLUE value IS 229 (89.84% from 255) = 63.79%

R = 14.48%
G = 21.73%
B = 63.79%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#344EE5 (or 0x344EE5) is known color: Royal Blue. HEX triplet: 34, 4E and E5. RGB value is (52,78,229). Sum of RGB (Red+Green+Blue) = 52+78+229=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #344EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EE5 is #CBB11A. Grayscale: #565656. Windows color (decimal): -13349147 or 15027764. OLE color: 15027764.

HSL color Cylindrical-coordinate representation of color #344EE5: hue angle of 231.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344EE5 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 78 229 -
CMYK 0.77 0.66 0 0.10
HSL 231.19º 0.77% 0.55% -
HSV(B) 231.19º 0.77% 0.9% -
XYZ 18.28 11.84 75.45 -
YUV 87.44 207.89 102.72 -
System Red Green Blue C M Y K H S L
Decimal 52 78 229 0.77 0.66 0 0.10 231.19 0.77 0.55
Hex 34 4E E5 4D 42 0 A E7 4D 37
Octal 64 116 345 115 102 0 12 347 115 67
Binary 110100 1001110 11100101 1001101 1000010 0 1010 11100111 1001101 110111

Color Harmonies of #344EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EE5

Black with #344EE5

Text Example


Text Example

White with #344EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344EE5; }

 p { color: rgb(52,78,229); }

 H1.HeaderClassName
 {
   color: #344EE5;
 }
 .AnyTagClassName
 {
   color: #344EE5;
 }
</style>

background-color css

<style>
 a { background-color: #344EE5; }

 a { background-color: rgb(52,78,229); }

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

border-color css

<style>
 span { border-color: #344EE5; }

 span { border-color: rgb(52,78,229); }

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