Html Css Color HEX #3560FA Royal Blue

📋 copy color: '#3560FA'

red 53 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #3560FA

Tints of Royal Blue #3560FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 13.28%
G = 24.06%
B = 62.66%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3560FA (or 0x3560FA) is known color: Royal Blue. HEX triplet: 35, 60 and FA. RGB value is (53,96,250). Sum of RGB (Red+Green+Blue) = 53+96+250=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3560FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3560FA is #CA9F05. Grayscale: #646464. Windows color (decimal): -13278982 or 16408629. OLE color: 16408629.

HSL color Cylindrical-coordinate representation of color #3560FA: hue angle of 226.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3560FA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 96 250 -
CMYK 0.79 0.62 0 0.02
HSL 226.9º 0.95% 0.59% -
HSV(B) 226.9º 0.79% 0.98% -
XYZ 22.91 16.02 92.33 -
YUV 100.7 212.25 93.98 -
System Red Green Blue C M Y K H S L
Decimal 53 96 250 0.79 0.62 0 0.02 226.9 0.95 0.59
Hex 35 60 FA 4F 3E 0 2 E3 5F 3B
Octal 65 140 372 117 76 0 2 343 137 73
Binary 110101 1100000 11111010 1001111 111110 0 10 11100011 1011111 111011

Color Harmonies of #3560FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560FA

Black with #3560FA

Text Example


Text Example

White with #3560FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3560FA; }

 p { color: rgb(53,96,250); }

 H1.HeaderClassName
 {
   color: #3560FA;
 }
 .AnyTagClassName
 {
   color: #3560FA;
 }
</style>

background-color css

<style>
 a { background-color: #3560FA; }

 a { background-color: rgb(53,96,250); }

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

border-color css

<style>
 span { border-color: #3560FA; }

 span { border-color: rgb(53,96,250); }

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