Html Css Color HEX #345FFC Royal Blue

📋 copy color: '#345FFC'

red 52 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #345FFC

Tints of Royal Blue #345FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 13.03%
G = 23.81%
B = 63.16%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#345FFC (or 0x345FFC) is known color: Royal Blue. HEX triplet: 34, 5F and FC. RGB value is (52,95,252). Sum of RGB (Red+Green+Blue) = 52+95+252=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #345FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFC is #CBA003. Grayscale: #636363. Windows color (decimal): -13344772 or 16539444. OLE color: 16539444.

HSL color Cylindrical-coordinate representation of color #345FFC: hue angle of 227.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345FFC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 95 252 -
CMYK 0.79 0.62 0 0.01
HSL 227.1º 0.97% 0.6% -
HSV(B) 227.1º 0.79% 0.99% -
XYZ 23.08 15.94 93.96 -
YUV 100.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 52 95 252 0.79 0.62 0 0.01 227.1 0.97 0.6
Hex 34 5F FC 4F 3E 0 1 E3 61 3C
Octal 64 137 374 117 76 0 1 343 141 74
Binary 110100 1011111 11111100 1001111 111110 0 1 11100011 1100001 111100

Color Harmonies of #345FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FFC

Black with #345FFC

Text Example


Text Example

White with #345FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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