Html Css Color HEX #356AFC Royal Blue

📋 copy color: '#356AFC'

red 53 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #356AFC

Tints of Royal Blue #356AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.31%

R = 12.9%
G = 25.79%
B = 61.31%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#356AFC (or 0x356AFC) is known color: Royal Blue. HEX triplet: 35, 6A and FC. RGB value is (53,106,252). Sum of RGB (Red+Green+Blue) = 53+106+252=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #356AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AFC is #CA9503. Grayscale: #6A6A6A. Windows color (decimal): -13276420 or 16542261. OLE color: 16542261.

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

Color convert

RGB 53 106 252 -
CMYK 0.79 0.58 0 0.01
HSL 224.02º 0.97% 0.6% -
HSV(B) 224.02º 0.79% 0.99% -
XYZ 24.19 18.09 94.31 -
YUV 106.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 53 106 252 0.79 0.58 0 0.01 224.02 0.97 0.6
Hex 35 6A FC 4F 3A 0 1 E0 61 3C
Octal 65 152 374 117 72 0 1 340 141 74
Binary 110101 1101010 11111100 1001111 111010 0 1 11100000 1100001 111100

Color Harmonies of #356AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AFC

Black with #356AFC

Text Example


Text Example

White with #356AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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