Html Css Color HEX #3A5CEB Royal Blue

📋 copy color: '#3A5CEB'

red 58 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #3A5CEB

Tints of Royal Blue #3A5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 15.06%
G = 23.9%
B = 61.04%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A5CEB (or 0x3A5CEB) is known color: Royal Blue. HEX triplet: 3A, 5C and EB. RGB value is (58,92,235). Sum of RGB (Red+Green+Blue) = 58+92+235=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A5CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5CEB is #C5A314. Grayscale: #616161. Windows color (decimal): -12952341 or 15424570. OLE color: 15424570.

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

Color convert

RGB 58 92 235 -
CMYK 0.75 0.61 0 0.08
HSL 228.47º 0.82% 0.57% -
HSV(B) 228.47º 0.75% 0.92% -
XYZ 20.57 14.55 80.32 -
YUV 98.14 205.24 99.37 -
System Red Green Blue C M Y K H S L
Decimal 58 92 235 0.75 0.61 0 0.08 228.47 0.82 0.57
Hex 3A 5C EB 4B 3D 0 8 E4 52 39
Octal 72 134 353 113 75 0 10 344 122 71
Binary 111010 1011100 11101011 1001011 111101 0 1000 11100100 1010010 111001

Color Harmonies of #3A5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CEB

Black with #3A5CEB

Text Example


Text Example

White with #3A5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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