Html Css Color HEX #356AFF Royal Blue

📋 copy color: '#356AFF'

red 53 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #356AFF

Tints of Royal Blue #356AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 12.8%
G = 25.6%
B = 61.59%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#356AFF (or 0x356AFF) is known color: Royal Blue. HEX triplet: 35, 6A and FF. RGB value is (53,106,255). Sum of RGB (Red+Green+Blue) = 53+106+255=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #356AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AFF is #CA9500. Grayscale: #6A6A6A. Windows color (decimal): -13276417 or 16738869. OLE color: 16738869.

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

Color convert

RGB 53 106 255 -
CMYK 0.79 0.58 0 0
HSL 224.26º 1% 0.6% -
HSV(B) 224.26º 0.79% 1% -
XYZ 24.67 18.28 96.84 -
YUV 107.14 211.44 89.38 -
System Red Green Blue C M Y K H S L
Decimal 53 106 255 0.79 0.58 0 0 224.26 1 0.6
Hex 35 6A FF 4F 3A 0 0 E0 64 3C
Octal 65 152 377 117 72 0 0 340 144 74
Binary 110101 1101010 11111111 1001111 111010 0 0 11100000 1100100 111100

Color Harmonies of #356AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AFF

Black with #356AFF

Text Example


Text Example

White with #356AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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