Html Css Color HEX #3582EC Royal Blue

📋 copy color: '#3582EC'

red 53 ◦ green 130 ◦ blue 236

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

Shades of Royal Blue #3582EC

Tints of Royal Blue #3582EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 12.65%
G = 31.03%
B = 56.32%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3582EC (or 0x3582EC) is known color: Royal Blue. HEX triplet: 35, 82 and EC. RGB value is (53,130,236). Sum of RGB (Red+Green+Blue) = 53+130+236=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #3582EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3582EC is #CA7D13. Grayscale: #767676. Windows color (decimal): -13270292 or 15499829. OLE color: 15499829.

HSL color Cylindrical-coordinate representation of color #3582EC: hue angle of 214.75º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3582EC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 130 236 -
CMYK 0.78 0.45 0 0.07
HSL 214.75º 0.83% 0.57% -
HSV(B) 214.75º 0.78% 0.93% -
XYZ 24.59 22.78 82.46 -
YUV 119.06 193.99 80.88 -
System Red Green Blue C M Y K H S L
Decimal 53 130 236 0.78 0.45 0 0.07 214.75 0.83 0.57
Hex 35 82 EC 4E 2D 0 7 D7 53 39
Octal 65 202 354 116 55 0 7 327 123 71
Binary 110101 10000010 11101100 1001110 101101 0 111 11010111 1010011 111001

Color Harmonies of #3582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582EC

Black with #3582EC

Text Example


Text Example

White with #3582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3582EC; }

 p { color: rgb(53,130,236); }

 H1.HeaderClassName
 {
   color: #3582EC;
 }
 .AnyTagClassName
 {
   color: #3582EC;
 }
</style>

background-color css

<style>
 a { background-color: #3582EC; }

 a { background-color: rgb(53,130,236); }

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

border-color css

<style>
 span { border-color: #3582EC; }

 span { border-color: rgb(53,130,236); }

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