Html Css Color HEX #3A5EEA Royal Blue

📋 copy color: '#3A5EEA'

red 58 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #3A5EEA

Tints of Royal Blue #3A5EEA

RGB

 RED value IS 58 (23.05% from 255) = 15.03%

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 15.03%
G = 24.35%
B = 60.62%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A5EEA (or 0x3A5EEA) is known color: Royal Blue. HEX triplet: 3A, 5E and EA. RGB value is (58,94,234). Sum of RGB (Red+Green+Blue) = 58+94+234=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5EEA is #C5A115. Grayscale: #626262. Windows color (decimal): -12951830 or 15359546. OLE color: 15359546.

HSL color Cylindrical-coordinate representation of color #3A5EEA: hue angle of 227.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A5EEA is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 94 234 -
CMYK 0.75 0.60 0 0.08
HSL 227.73º 0.81% 0.57% -
HSV(B) 227.73º 0.75% 0.92% -
XYZ 20.6 14.85 79.62 -
YUV 99.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 58 94 234 0.75 0.60 0 0.08 227.73 0.81 0.57
Hex 3A 5E EA 4B 3C 0 8 E4 51 39
Octal 72 136 352 113 74 0 10 344 121 71
Binary 111010 1011110 11101010 1001011 111100 0 1000 11100100 1010001 111001

Color Harmonies of #3A5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EEA

Black with #3A5EEA

Text Example


Text Example

White with #3A5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5EEA; }

 p { color: rgb(58,94,234); }

 H1.HeaderClassName
 {
   color: #3A5EEA;
 }
 .AnyTagClassName
 {
   color: #3A5EEA;
 }
</style>

background-color css

<style>
 a { background-color: #3A5EEA; }

 a { background-color: rgb(58,94,234); }

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

border-color css

<style>
 span { border-color: #3A5EEA; }

 span { border-color: rgb(58,94,234); }

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