Html Css Color HEX #345AE6 Royal Blue

📋 copy color: '#345AE6'

red 52 ◦ green 90 ◦ blue 230

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

Shades of Royal Blue #345AE6

Tints of Royal Blue #345AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 13.98%
G = 24.19%
B = 61.83%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#345AE6 (or 0x345AE6) is known color: Royal Blue. HEX triplet: 34, 5A and E6. RGB value is (52,90,230). Sum of RGB (Red+Green+Blue) = 52+90+230=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #345AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AE6 is #CBA519. Grayscale: #5D5D5D. Windows color (decimal): -13346074 or 15096372. OLE color: 15096372.

HSL color Cylindrical-coordinate representation of color #345AE6: hue angle of 227.19º degrees, saturation: 0.78, 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 #345AE6 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 90 230 -
CMYK 0.77 0.61 0 0.10
HSL 227.19º 0.78% 0.55% -
HSV(B) 227.19º 0.77% 0.9% -
XYZ 19.36 13.76 76.5 -
YUV 94.6 204.41 97.62 -
System Red Green Blue C M Y K H S L
Decimal 52 90 230 0.77 0.61 0 0.10 227.19 0.78 0.55
Hex 34 5A E6 4D 3D 0 A E3 4E 37
Octal 64 132 346 115 75 0 12 343 116 67
Binary 110100 1011010 11100110 1001101 111101 0 1010 11100011 1001110 110111

Color Harmonies of #345AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AE6

Black with #345AE6

Text Example


Text Example

White with #345AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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