Html Css Color HEX #345AEA Royal Blue

📋 copy color: '#345AEA'

red 52 ◦ green 90 ◦ blue 234

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

Shades of Royal Blue #345AEA

Tints of Royal Blue #345AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 13.83%
G = 23.94%
B = 62.23%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345AEA (or 0x345AEA) is known color: Royal Blue. HEX triplet: 34, 5A and EA. RGB value is (52,90,234). Sum of RGB (Red+Green+Blue) = 52+90+234=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #345AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AEA is #CBA515. Grayscale: #5E5E5E. Windows color (decimal): -13346070 or 15358516. OLE color: 15358516.

HSL color Cylindrical-coordinate representation of color #345AEA: hue angle of 227.47º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345AEA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 90 234 -
CMYK 0.78 0.62 0 0.08
HSL 227.47º 0.81% 0.56% -
HSV(B) 227.47º 0.78% 0.92% -
XYZ 19.92 13.98 79.49 -
YUV 95.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 52 90 234 0.78 0.62 0 0.08 227.47 0.81 0.56
Hex 34 5A EA 4E 3E 0 8 E3 51 38
Octal 64 132 352 116 76 0 10 343 121 70
Binary 110100 1011010 11101010 1001110 111110 0 1000 11100011 1010001 111000

Color Harmonies of #345AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AEA

Black with #345AEA

Text Example


Text Example

White with #345AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345AEA; }

 p { color: rgb(52,90,234); }

 H1.HeaderClassName
 {
   color: #345AEA;
 }
 .AnyTagClassName
 {
   color: #345AEA;
 }
</style>

background-color css

<style>
 a { background-color: #345AEA; }

 a { background-color: rgb(52,90,234); }

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

border-color css

<style>
 span { border-color: #345AEA; }

 span { border-color: rgb(52,90,234); }

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