Html Css Color HEX #345AFA Royal Blue

📋 copy color: '#345AFA'

red 52 ◦ green 90 ◦ blue 250

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

Shades of Royal Blue #345AFA

Tints of Royal Blue #345AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 13.27%
G = 22.96%
B = 63.78%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#345AFA (or 0x345AFA) is known color: Royal Blue. HEX triplet: 34, 5A and FA. RGB value is (52,90,250). Sum of RGB (Red+Green+Blue) = 52+90+250=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #345AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AFA is #CBA505. Grayscale: #606060. Windows color (decimal): -13346054 or 16407092. OLE color: 16407092.

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

Color convert

RGB 52 90 250 -
CMYK 0.79 0.64 0 0.02
HSL 228.48º 0.95% 0.59% -
HSV(B) 228.48º 0.79% 0.98% -
XYZ 22.33 14.94 92.15 -
YUV 96.88 214.41 95.99 -
System Red Green Blue C M Y K H S L
Decimal 52 90 250 0.79 0.64 0 0.02 228.48 0.95 0.59
Hex 34 5A FA 4F 40 0 2 E4 5F 3B
Octal 64 132 372 117 100 0 2 344 137 73
Binary 110100 1011010 11111010 1001111 1000000 0 10 11100100 1011111 111011

Color Harmonies of #345AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AFA

Black with #345AFA

Text Example


Text Example

White with #345AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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