Html Css Color HEX #345AE8 Royal Blue

📋 copy color: '#345AE8'

red 52 ◦ green 90 ◦ blue 232

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

Shades of Royal Blue #345AE8

Tints of Royal Blue #345AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.03%

R = 13.9%
G = 24.06%
B = 62.03%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#345AE8 (or 0x345AE8) is known color: Royal Blue. HEX triplet: 34, 5A and E8. RGB value is (52,90,232). Sum of RGB (Red+Green+Blue) = 52+90+232=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #345AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AE8 is #CBA517. Grayscale: #5E5E5E. Windows color (decimal): -13346072 or 15227444. OLE color: 15227444.

HSL color Cylindrical-coordinate representation of color #345AE8: hue angle of 227.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345AE8 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 90 232 -
CMYK 0.78 0.61 0 0.09
HSL 227.33º 0.8% 0.56% -
HSV(B) 227.33º 0.78% 0.91% -
XYZ 19.64 13.87 77.99 -
YUV 94.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 52 90 232 0.78 0.61 0 0.09 227.33 0.8 0.56
Hex 34 5A E8 4E 3D 0 9 E3 50 38
Octal 64 132 350 116 75 0 11 343 120 70
Binary 110100 1011010 11101000 1001110 111101 0 1001 11100011 1010000 111000

Color Harmonies of #345AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AE8

Black with #345AE8

Text Example


Text Example

White with #345AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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