Html Css Color HEX #3566FA Royal Blue

📋 copy color: '#3566FA'

red 53 ◦ green 102 ◦ blue 250

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

Shades of Royal Blue #3566FA

Tints of Royal Blue #3566FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 13.09%
G = 25.19%
B = 61.73%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3566FA (or 0x3566FA) is known color: Royal Blue. HEX triplet: 35, 66 and FA. RGB value is (53,102,250). Sum of RGB (Red+Green+Blue) = 53+102+250=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3566FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3566FA is #CA9905. Grayscale: #676767. Windows color (decimal): -13277446 or 16410165. OLE color: 16410165.

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

Color convert

RGB 53 102 250 -
CMYK 0.79 0.59 0 0.02
HSL 225.08º 0.95% 0.59% -
HSV(B) 225.08º 0.79% 0.98% -
XYZ 23.47 17.16 92.52 -
YUV 104.22 210.27 91.47 -
System Red Green Blue C M Y K H S L
Decimal 53 102 250 0.79 0.59 0 0.02 225.08 0.95 0.59
Hex 35 66 FA 4F 3B 0 2 E1 5F 3B
Octal 65 146 372 117 73 0 2 341 137 73
Binary 110101 1100110 11111010 1001111 111011 0 10 11100001 1011111 111011

Color Harmonies of #3566FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566FA

Black with #3566FA

Text Example


Text Example

White with #3566FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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