#3568FE

Color #3568FE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3568FE

Tints of Royal Blue #3568FE

Color information

#3568FE (or 0x3568FE) is unknown color: approx Royal Blue. HEX triplet: 35, 68 and FE. RGB value is (53,104,254). Sum of RGB (Red+Green+Blue) = 53+104+254=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #3568FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3568FE is #CA9701. Grayscale: #696969. Windows color (decimal): -13276930 or 16672821. OLE color: 16672821.

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

Color convert

RGB53104254-
CMYK0.790.5900.00
HSL224.78º99.01%60.2%-
HSV(B)224.78º79.13%99.61%-
XYZ24.3117.8195.92-
YUV105.85211.690.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 254 (99.61% from 255) = 61.80%
R=12.90%
G=25.30%
B=61.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal531042540.790.5900.00224.7899.0160.2
Hex3568FE4F3B00e1633c
Octal65150376117730034114374
Binary110101110100011111110100111111101100111000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3568FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3568FE; }

 p { color: rgb(53,104,254); }

 H1.HeaderClassName
 {
   color: #3568FE;
 }
 .AnyTagClassName
 {
   color: #3568FE;
 }
</style>
background-color css

<style>
 a { background-color: #3568FE; }

 a { background-color: rgb(53,104,254); }

 div.DivClassName
 {
   background-color: #3568FE;
 }
 .BgClassName
 {
   background-color: #3568FE;
 }
</style>
border-color css

<style>
 span { border-color: #3568FE; }

 span { border-color: rgb(53,104,254); }

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