Html Css Color HEX #3454F1 Royal Blue

📋 copy color: '#3454F1'

red 52 ◦ green 84 ◦ blue 241

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

Shades of Royal Blue #3454F1

Tints of Royal Blue #3454F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 13.79%
G = 22.28%
B = 63.93%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3454F1 (or 0x3454F1) is known color: Royal Blue. HEX triplet: 34, 54 and F1. RGB value is (52,84,241). Sum of RGB (Red+Green+Blue) = 52+84+241=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #3454F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3454F1 is #CBAB0E. Grayscale: #5B5B5B. Windows color (decimal): -13347599 or 15815732. OLE color: 15815732.

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

Color convert

RGB 52 84 241 -
CMYK 0.78 0.65 0 0.05
HSL 229.84º 0.87% 0.57% -
HSV(B) 229.84º 0.78% 0.95% -
XYZ 20.46 13.42 84.73 -
YUV 92.33 211.9 99.23 -
System Red Green Blue C M Y K H S L
Decimal 52 84 241 0.78 0.65 0 0.05 229.84 0.87 0.57
Hex 34 54 F1 4E 41 0 5 E6 57 39
Octal 64 124 361 116 101 0 5 346 127 71
Binary 110100 1010100 11110001 1001110 1000001 0 101 11100110 1010111 111001

Color Harmonies of #3454F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454F1

Black with #3454F1

Text Example


Text Example

White with #3454F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3454F1; }

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

 H1.HeaderClassName
 {
   color: #3454F1;
 }
 .AnyTagClassName
 {
   color: #3454F1;
 }
</style>

background-color css

<style>
 a { background-color: #3454F1; }

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

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

border-color css

<style>
 span { border-color: #3454F1; }

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

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