Html Css Color HEX #345DF1 Royal Blue

📋 copy color: '#345DF1'

red 52 ◦ green 93 ◦ blue 241

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

Shades of Royal Blue #345DF1

Tints of Royal Blue #345DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 241 (94.53% from 255) = 62.44%

R = 13.47%
G = 24.09%
B = 62.44%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#345DF1 (or 0x345DF1) is known color: Royal Blue. HEX triplet: 34, 5D and F1. RGB value is (52,93,241). Sum of RGB (Red+Green+Blue) = 52+93+241=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #345DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DF1 is #CBA20E. Grayscale: #606060. Windows color (decimal): -13345295 or 15818036. OLE color: 15818036.

HSL color Cylindrical-coordinate representation of color #345DF1: hue angle of 226.98º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345DF1 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 93 241 -
CMYK 0.78 0.61 0 0.05
HSL 226.98º 0.87% 0.57% -
HSV(B) 226.98º 0.78% 0.95% -
XYZ 21.21 14.91 84.98 -
YUV 97.61 208.92 95.47 -
System Red Green Blue C M Y K H S L
Decimal 52 93 241 0.78 0.61 0 0.05 226.98 0.87 0.57
Hex 34 5D F1 4E 3D 0 5 E3 57 39
Octal 64 135 361 116 75 0 5 343 127 71
Binary 110100 1011101 11110001 1001110 111101 0 101 11100011 1010111 111001

Color Harmonies of #345DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DF1

Black with #345DF1

Text Example


Text Example

White with #345DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,241); }

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

background-color css

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

 a { background-color: rgb(52,93,241); }

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

border-color css

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

 span { border-color: rgb(52,93,241); }

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