Html Css Color HEX #345AE3 Royal Blue

📋 copy color: '#345AE3'

red 52 ◦ green 90 ◦ blue 227

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

Shades of Royal Blue #345AE3

Tints of Royal Blue #345AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 61.52%

R = 14.09%
G = 24.39%
B = 61.52%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#345AE3 (or 0x345AE3) is known color: Royal Blue. HEX triplet: 34, 5A and E3. RGB value is (52,90,227). Sum of RGB (Red+Green+Blue) = 52+90+227=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #345AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AE3 is #CBA51C. Grayscale: #5D5D5D. Windows color (decimal): -13346077 or 14899764. OLE color: 14899764.

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

Color convert

RGB 52 90 227 -
CMYK 0.77 0.60 0 0.11
HSL 226.97º 0.76% 0.55% -
HSV(B) 226.97º 0.77% 0.89% -
XYZ 18.94 13.59 74.3 -
YUV 94.26 202.91 97.86 -
System Red Green Blue C M Y K H S L
Decimal 52 90 227 0.77 0.60 0 0.11 226.97 0.76 0.55
Hex 34 5A E3 4D 3C 0 B E3 4C 37
Octal 64 132 343 115 74 0 13 343 114 67
Binary 110100 1011010 11100011 1001101 111100 0 1011 11100011 1001100 110111

Color Harmonies of #345AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AE3

Black with #345AE3

Text Example


Text Example

White with #345AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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