Html Css Color HEX #345AF7 Royal Blue

📋 copy color: '#345AF7'

red 52 ◦ green 90 ◦ blue 247

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

Shades of Royal Blue #345AF7

Tints of Royal Blue #345AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 13.37%
G = 23.14%
B = 63.5%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#345AF7 (or 0x345AF7) is known color: Royal Blue. HEX triplet: 34, 5A and F7. RGB value is (52,90,247). Sum of RGB (Red+Green+Blue) = 52+90+247=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #345AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AF7 is #CBA508. Grayscale: #5F5F5F. Windows color (decimal): -13346057 or 16210484. OLE color: 16210484.

HSL color Cylindrical-coordinate representation of color #345AF7: hue angle of 228.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345AF7 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 90 247 -
CMYK 0.79 0.64 0 0.03
HSL 228.31º 0.92% 0.59% -
HSV(B) 228.31º 0.79% 0.97% -
XYZ 21.86 14.76 89.69 -
YUV 96.54 212.91 96.23 -
System Red Green Blue C M Y K H S L
Decimal 52 90 247 0.79 0.64 0 0.03 228.31 0.92 0.59
Hex 34 5A F7 4F 40 0 3 E4 5C 3B
Octal 64 132 367 117 100 0 3 344 134 73
Binary 110100 1011010 11110111 1001111 1000000 0 11 11100100 1011100 111011

Color Harmonies of #345AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AF7

Black with #345AF7

Text Example


Text Example

White with #345AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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