Html Css Color HEX #356AFE Royal Blue

📋 copy color: '#356AFE'

red 53 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #356AFE

Tints of Royal Blue #356AFE

RGB

 RED value IS 53 (21.09% from 255) = 12.83%

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 12.83%
G = 25.67%
B = 61.5%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#356AFE (or 0x356AFE) is known color: Royal Blue. HEX triplet: 35, 6A and FE. RGB value is (53,106,254). Sum of RGB (Red+Green+Blue) = 53+106+254=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #356AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AFE is #CA9501. Grayscale: #6A6A6A. Windows color (decimal): -13276418 or 16673333. OLE color: 16673333.

HSL color Cylindrical-coordinate representation of color #356AFE: hue angle of 224.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356AFE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 106 254 -
CMYK 0.79 0.58 0 0.00
HSL 224.18º 0.99% 0.6% -
HSV(B) 224.18º 0.79% 1% -
XYZ 24.51 18.22 95.99 -
YUV 107.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 53 106 254 0.79 0.58 0 0.00 224.18 0.99 0.6
Hex 35 6A FE 4F 3A 0 0 E0 63 3C
Octal 65 152 376 117 72 0 0 340 143 74
Binary 110101 1101010 11111110 1001111 111010 0 0 11100000 1100011 111100

Color Harmonies of #356AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AFE

Black with #356AFE

Text Example


Text Example

White with #356AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356AFE; }

 p { color: rgb(53,106,254); }

 H1.HeaderClassName
 {
   color: #356AFE;
 }
 .AnyTagClassName
 {
   color: #356AFE;
 }
</style>

background-color css

<style>
 a { background-color: #356AFE; }

 a { background-color: rgb(53,106,254); }

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

border-color css

<style>
 span { border-color: #356AFE; }

 span { border-color: rgb(53,106,254); }

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