Html Css Color HEX #3566EA Royal Blue

📋 copy color: '#3566EA'

red 53 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #3566EA

Tints of Royal Blue #3566EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 13.62%
G = 26.22%
B = 60.15%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3566EA (or 0x3566EA) is known color: Royal Blue. HEX triplet: 35, 66 and EA. RGB value is (53,102,234). Sum of RGB (Red+Green+Blue) = 53+102+234=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #3566EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3566EA is #CA9915. Grayscale: #656565. Windows color (decimal): -13277462 or 15361589. OLE color: 15361589.

HSL color Cylindrical-coordinate representation of color #3566EA: hue angle of 223.76º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3566EA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 102 234 -
CMYK 0.77 0.56 0 0.08
HSL 223.76º 0.81% 0.56% -
HSV(B) 223.76º 0.77% 0.92% -
XYZ 21.07 16.2 79.86 -
YUV 102.4 202.27 92.77 -
System Red Green Blue C M Y K H S L
Decimal 53 102 234 0.77 0.56 0 0.08 223.76 0.81 0.56
Hex 35 66 EA 4D 38 0 8 E0 51 38
Octal 65 146 352 115 70 0 10 340 121 70
Binary 110101 1100110 11101010 1001101 111000 0 1000 11100000 1010001 111000

Color Harmonies of #3566EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566EA

Black with #3566EA

Text Example


Text Example

White with #3566EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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