Html Css Color HEX #345FFD Royal Blue

📋 copy color: '#345FFD'

red 52 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #345FFD

Tints of Royal Blue #345FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 13%
G = 23.75%
B = 63.25%

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

#345FFD (or 0x345FFD) is known color: Royal Blue. HEX triplet: 34, 5F and FD. RGB value is (52,95,253). Sum of RGB (Red+Green+Blue) = 52+95+253=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #345FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFD is #CBA002. Grayscale: #636363. Windows color (decimal): -13344771 or 16604980. OLE color: 16604980.

HSL color Cylindrical-coordinate representation of color #345FFD: hue angle of 227.16º degrees, saturation: 0.98, 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 #345FFD is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 95 253 -
CMYK 0.79 0.62 0 0.01
HSL 227.16º 0.98% 0.6% -
HSV(B) 227.16º 0.79% 0.99% -
XYZ 23.24 16.01 94.79 -
YUV 100.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 52 95 253 0.79 0.62 0 0.01 227.16 0.98 0.6
Hex 34 5F FD 4F 3E 0 1 E3 62 3C
Octal 64 137 375 117 76 0 1 343 142 74
Binary 110100 1011111 11111101 1001111 111110 0 1 11100011 1100010 111100

Color Harmonies of #345FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FFD

Black with #345FFD

Text Example


Text Example

White with #345FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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