Html Css Color HEX #345FFF Royal Blue

📋 copy color: '#345FFF'

red 52 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #345FFF

Tints of Royal Blue #345FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

 BLUE value IS 255 (100% from 255) = 63.43%

R = 12.94%
G = 23.63%
B = 63.43%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#345FFF (or 0x345FFF) is known color: Royal Blue. HEX triplet: 34, 5F and FF. RGB value is (52,95,255). Sum of RGB (Red+Green+Blue) = 52+95+255=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #345FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFF is #CBA000. Grayscale: #636363. Windows color (decimal): -13344769 or 16736052. OLE color: 16736052.

HSL color Cylindrical-coordinate representation of color #345FFF: hue angle of 227.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345FFF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 95 255 -
CMYK 0.80 0.63 0 0
HSL 227.29º 1% 0.6% -
HSV(B) 227.29º 0.8% 1% -
XYZ 23.56 16.13 96.48 -
YUV 100.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 52 95 255 0.80 0.63 0 0 227.29 1 0.6
Hex 34 5F FF 50 3F 0 0 E3 64 3C
Octal 64 137 377 120 77 0 0 343 144 74
Binary 110100 1011111 11111111 1010000 111111 0 0 11100011 1100100 111100

Color Harmonies of #345FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FFF

Black with #345FFF

Text Example


Text Example

White with #345FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,95,255); }

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

background-color css

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

 a { background-color: rgb(52,95,255); }

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

border-color css

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

 span { border-color: rgb(52,95,255); }

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