Html Css Color HEX #356AFB Royal Blue

📋 copy color: '#356AFB'

red 53 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #356AFB

Tints of Royal Blue #356AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 12.93%
G = 25.85%
B = 61.22%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#356AFB (or 0x356AFB) is known color: Royal Blue. HEX triplet: 35, 6A and FB. RGB value is (53,106,251). Sum of RGB (Red+Green+Blue) = 53+106+251=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #356AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AFB is #CA9504. Grayscale: #6A6A6A. Windows color (decimal): -13276421 or 16476725. OLE color: 16476725.

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

Color convert

RGB 53 106 251 -
CMYK 0.79 0.58 0 0.02
HSL 223.94º 0.96% 0.6% -
HSV(B) 223.94º 0.79% 0.98% -
XYZ 24.03 18.03 93.48 -
YUV 106.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 53 106 251 0.79 0.58 0 0.02 223.94 0.96 0.6
Hex 35 6A FB 4F 3A 0 2 E0 60 3C
Octal 65 152 373 117 72 0 2 340 140 74
Binary 110101 1101010 11111011 1001111 111010 0 10 11100000 1100000 111100

Color Harmonies of #356AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AFB

Black with #356AFB

Text Example


Text Example

White with #356AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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