Html Css Color HEX #3A5AEF Royal Blue

📋 copy color: '#3A5AEF'

red 58 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #3A5AEF

Tints of Royal Blue #3A5AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 14.99%
G = 23.26%
B = 61.76%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A5AEF (or 0x3A5AEF) is known color: Royal Blue. HEX triplet: 3A, 5A and EF. RGB value is (58,90,239). Sum of RGB (Red+Green+Blue) = 58+90+239=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A5AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5AEF is #C5A510. Grayscale: #606060. Windows color (decimal): -12952849 or 15686202. OLE color: 15686202.

HSL color Cylindrical-coordinate representation of color #3A5AEF: hue angle of 229.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A5AEF is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 90 239 -
CMYK 0.76 0.62 0 0.06
HSL 229.39º 0.85% 0.58% -
HSV(B) 229.39º 0.76% 0.94% -
XYZ 20.98 14.44 83.34 -
YUV 97.42 207.9 99.88 -
System Red Green Blue C M Y K H S L
Decimal 58 90 239 0.76 0.62 0 0.06 229.39 0.85 0.58
Hex 3A 5A EF 4C 3E 0 6 E5 55 3A
Octal 72 132 357 114 76 0 6 345 125 72
Binary 111010 1011010 11101111 1001100 111110 0 110 11100101 1010101 111010

Color Harmonies of #3A5AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5AEF

Black with #3A5AEF

Text Example


Text Example

White with #3A5AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,90,239); }

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

background-color css

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

 a { background-color: rgb(58,90,239); }

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

border-color css

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

 span { border-color: rgb(58,90,239); }

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