Html Css Color HEX #356AF6 Royal Blue

📋 copy color: '#356AF6'

red 53 ◦ green 106 ◦ blue 246

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

Shades of Royal Blue #356AF6

Tints of Royal Blue #356AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.74%

R = 13.09%
G = 26.17%
B = 60.74%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#356AF6 (or 0x356AF6) is known color: Royal Blue. HEX triplet: 35, 6A and F6. RGB value is (53,106,246). Sum of RGB (Red+Green+Blue) = 53+106+246=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #356AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AF6 is #CA9509. Grayscale: #696969. Windows color (decimal): -13276426 or 16149045. OLE color: 16149045.

HSL color Cylindrical-coordinate representation of color #356AF6: hue angle of 223.52º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356AF6 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 106 246 -
CMYK 0.78 0.57 0 0.04
HSL 223.52º 0.91% 0.59% -
HSV(B) 223.52º 0.78% 0.96% -
XYZ 23.26 17.72 89.38 -
YUV 106.11 206.94 90.12 -
System Red Green Blue C M Y K H S L
Decimal 53 106 246 0.78 0.57 0 0.04 223.52 0.91 0.59
Hex 35 6A F6 4E 39 0 4 E0 5B 3B
Octal 65 152 366 116 71 0 4 340 133 73
Binary 110101 1101010 11110110 1001110 111001 0 100 11100000 1011011 111011

Color Harmonies of #356AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AF6

Black with #356AF6

Text Example


Text Example

White with #356AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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