Html Css Color HEX #345CF8 Royal Blue

📋 copy color: '#345CF8'

red 52 ◦ green 92 ◦ blue 248

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

Shades of Royal Blue #345CF8

Tints of Royal Blue #345CF8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 13.27%
G = 23.47%
B = 63.27%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#345CF8 (or 0x345CF8) is known color: Royal Blue. HEX triplet: 34, 5C and F8. RGB value is (52,92,248). Sum of RGB (Red+Green+Blue) = 52+92+248=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #345CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CF8 is #CBA307. Grayscale: #616161. Windows color (decimal): -13345544 or 16276532. OLE color: 16276532.

HSL color Cylindrical-coordinate representation of color #345CF8: hue angle of 227.76º degrees, saturation: 0.93, 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 #345CF8 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 92 248 -
CMYK 0.79 0.63 0 0.03
HSL 227.76º 0.93% 0.59% -
HSV(B) 227.76º 0.79% 0.97% -
XYZ 22.19 15.16 90.56 -
YUV 97.82 212.75 95.32 -
System Red Green Blue C M Y K H S L
Decimal 52 92 248 0.79 0.63 0 0.03 227.76 0.93 0.59
Hex 34 5C F8 4F 3F 0 3 E4 5D 3B
Octal 64 134 370 117 77 0 3 344 135 73
Binary 110100 1011100 11111000 1001111 111111 0 11 11100100 1011101 111011

Color Harmonies of #345CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CF8

Black with #345CF8

Text Example


Text Example

White with #345CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,248); }

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

background-color css

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

 a { background-color: rgb(52,92,248); }

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

border-color css

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

 span { border-color: rgb(52,92,248); }

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