Html Css Color HEX #3568FA Royal Blue

📋 copy color: '#3568FA'

red 53 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #3568FA

Tints of Royal Blue #3568FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

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

R = 13.02%
G = 25.55%
B = 61.43%

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

#3568FA (or 0x3568FA) is known color: Royal Blue. HEX triplet: 35, 68 and FA. RGB value is (53,104,250). Sum of RGB (Red+Green+Blue) = 53+104+250=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #3568FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3568FA is #CA9705. Grayscale: #686868. Windows color (decimal): -13276934 or 16410677. OLE color: 16410677.

HSL color Cylindrical-coordinate representation of color #3568FA: hue angle of 224.47º 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 #3568FA is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 104 250 -
CMYK 0.79 0.58 0 0.02
HSL 224.47º 0.95% 0.59% -
HSV(B) 224.47º 0.79% 0.98% -
XYZ 23.67 17.56 92.58 -
YUV 105.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 53 104 250 0.79 0.58 0 0.02 224.47 0.95 0.59
Hex 35 68 FA 4F 3A 0 2 E0 5F 3B
Octal 65 150 372 117 72 0 2 340 137 73
Binary 110101 1101000 11111010 1001111 111010 0 10 11100000 1011111 111011

Color Harmonies of #3568FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3568FA

Black with #3568FA

Text Example


Text Example

White with #3568FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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