Html Css Color HEX #3582EA Royal Blue

📋 copy color: '#3582EA'

red 53 ◦ green 130 ◦ blue 234

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

Shades of Royal Blue #3582EA

Tints of Royal Blue #3582EA

RGB

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

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

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

R = 12.71%
G = 31.18%
B = 56.12%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3582EA (or 0x3582EA) is known color: Royal Blue. HEX triplet: 35, 82 and EA. RGB value is (53,130,234). Sum of RGB (Red+Green+Blue) = 53+130+234=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #3582EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3582EA is #CA7D15. Grayscale: #767676. Windows color (decimal): -13270294 or 15368757. OLE color: 15368757.

HSL color Cylindrical-coordinate representation of color #3582EA: hue angle of 214.48º 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 #3582EA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 130 234 -
CMYK 0.77 0.44 0 0.08
HSL 214.48º 0.81% 0.56% -
HSV(B) 214.48º 0.77% 0.92% -
XYZ 24.3 22.66 80.94 -
YUV 118.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 53 130 234 0.77 0.44 0 0.08 214.48 0.81 0.56
Hex 35 82 EA 4D 2C 0 8 D6 51 38
Octal 65 202 352 115 54 0 10 326 121 70
Binary 110101 10000010 11101010 1001101 101100 0 1000 11010110 1010001 111000

Color Harmonies of #3582EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582EA

Black with #3582EA

Text Example


Text Example

White with #3582EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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