Html Css Color HEX #3566FE Royal Blue

📋 copy color: '#3566FE'

red 53 ◦ green 102 ◦ blue 254

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

Shades of Royal Blue #3566FE

Tints of Royal Blue #3566FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 12.96%
G = 24.94%
B = 62.1%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3566FE (or 0x3566FE) is known color: Royal Blue. HEX triplet: 35, 66 and FE. RGB value is (53,102,254). Sum of RGB (Red+Green+Blue) = 53+102+254=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #3566FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3566FE is #CA9901. Grayscale: #686868. Windows color (decimal): -13277442 or 16672309. OLE color: 16672309.

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

Color convert

RGB 53 102 254 -
CMYK 0.79 0.60 0 0.00
HSL 225.37º 0.99% 0.6% -
HSV(B) 225.37º 0.79% 1% -
XYZ 24.11 17.42 95.86 -
YUV 104.68 212.27 91.14 -
System Red Green Blue C M Y K H S L
Decimal 53 102 254 0.79 0.60 0 0.00 225.37 0.99 0.6
Hex 35 66 FE 4F 3C 0 0 E1 63 3C
Octal 65 146 376 117 74 0 0 341 143 74
Binary 110101 1100110 11111110 1001111 111100 0 0 11100001 1100011 111100

Color Harmonies of #3566FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566FE

Black with #3566FE

Text Example


Text Example

White with #3566FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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