Html Css Color HEX #3A58EB Royal Blue

📋 copy color: '#3A58EB'

red 58 ◦ green 88 ◦ blue 235

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

Shades of Royal Blue #3A58EB

Tints of Royal Blue #3A58EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 15.22%
G = 23.1%
B = 61.68%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A58EB (or 0x3A58EB) is known color: Royal Blue. HEX triplet: 3A, 58 and EB. RGB value is (58,88,235). Sum of RGB (Red+Green+Blue) = 58+88+235=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A58EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A58EB is #C5A714. Grayscale: #5F5F5F. Windows color (decimal): -12953365 or 15423546. OLE color: 15423546.

HSL color Cylindrical-coordinate representation of color #3A58EB: hue angle of 229.83º degrees, saturation: 0.82, 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 #3A58EB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 88 235 -
CMYK 0.75 0.63 0 0.08
HSL 229.83º 0.82% 0.57% -
HSV(B) 229.83º 0.75% 0.92% -
XYZ 20.23 13.88 80.21 -
YUV 95.79 206.56 101.05 -
System Red Green Blue C M Y K H S L
Decimal 58 88 235 0.75 0.63 0 0.08 229.83 0.82 0.57
Hex 3A 58 EB 4B 3F 0 8 E6 52 39
Octal 72 130 353 113 77 0 10 346 122 71
Binary 111010 1011000 11101011 1001011 111111 0 1000 11100110 1010010 111001

Color Harmonies of #3A58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A58EB

Black with #3A58EB

Text Example


Text Example

White with #3A58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,235); }

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

background-color css

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

 a { background-color: rgb(58,88,235); }

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

border-color css

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

 span { border-color: rgb(58,88,235); }

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