Html Css Color HEX #345FF1 Royal Blue

📋 copy color: '#345FF1'

red 52 ◦ green 95 ◦ blue 241

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

Shades of Royal Blue #345FF1

Tints of Royal Blue #345FF1

RGB

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

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

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

R = 13.4%
G = 24.48%
B = 62.11%

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

#345FF1 (or 0x345FF1) is known color: Royal Blue. HEX triplet: 34, 5F and F1. RGB value is (52,95,241). Sum of RGB (Red+Green+Blue) = 52+95+241=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #345FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FF1 is #CBA00E. Grayscale: #626262. Windows color (decimal): -13344783 or 15818548. OLE color: 15818548.

HSL color Cylindrical-coordinate representation of color #345FF1: hue angle of 226.35º 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 #345FF1 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 95 241 -
CMYK 0.78 0.61 0 0.05
HSL 226.35º 0.87% 0.57% -
HSV(B) 226.35º 0.78% 0.95% -
XYZ 21.39 15.27 85.04 -
YUV 98.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 52 95 241 0.78 0.61 0 0.05 226.35 0.87 0.57
Hex 34 5F F1 4E 3D 0 5 E2 57 39
Octal 64 137 361 116 75 0 5 342 127 71
Binary 110100 1011111 11110001 1001110 111101 0 101 11100010 1010111 111001

Color Harmonies of #345FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FF1

Black with #345FF1

Text Example


Text Example

White with #345FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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