Html Css Color HEX #345FF0 Royal Blue

📋 copy color: '#345FF0'

red 52 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #345FF0

Tints of Royal Blue #345FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.02%

R = 13.44%
G = 24.55%
B = 62.02%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#345FF0 (or 0x345FF0) is known color: Royal Blue. HEX triplet: 34, 5F and F0. RGB value is (52,95,240). Sum of RGB (Red+Green+Blue) = 52+95+240=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #345FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FF0 is #CBA00F. Grayscale: #626262. Windows color (decimal): -13344784 or 15753012. OLE color: 15753012.

HSL color Cylindrical-coordinate representation of color #345FF0: hue angle of 226.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345FF0 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 95 240 -
CMYK 0.78 0.60 0 0.06
HSL 226.28º 0.86% 0.57% -
HSV(B) 226.28º 0.78% 0.94% -
XYZ 21.24 15.21 84.25 -
YUV 98.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 52 95 240 0.78 0.60 0 0.06 226.28 0.86 0.57
Hex 34 5F F0 4E 3C 0 6 E2 56 39
Octal 64 137 360 116 74 0 6 342 126 71
Binary 110100 1011111 11110000 1001110 111100 0 110 11100010 1010110 111001

Color Harmonies of #345FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FF0

Black with #345FF0

Text Example


Text Example

White with #345FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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