Html Css Color HEX #3A5EDB Royal Blue

📋 copy color: '#3A5EDB'

red 58 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #3A5EDB

Tints of Royal Blue #3A5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 15.63%
G = 25.34%
B = 59.03%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A5EDB (or 0x3A5EDB) is known color: Royal Blue. HEX triplet: 3A, 5E and DB. RGB value is (58,94,219). Sum of RGB (Red+Green+Blue) = 58+94+219=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5EDB is #C5A124. Grayscale: #606060. Windows color (decimal): -12951845 or 14376506. OLE color: 14376506.

HSL color Cylindrical-coordinate representation of color #3A5EDB: hue angle of 226.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5EDB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 94 219 -
CMYK 0.74 0.57 0 0.14
HSL 226.58º 0.69% 0.54% -
HSV(B) 226.58º 0.74% 0.86% -
XYZ 18.53 14.02 68.75 -
YUV 97.49 196.57 99.84 -
System Red Green Blue C M Y K H S L
Decimal 58 94 219 0.74 0.57 0 0.14 226.58 0.69 0.54
Hex 3A 5E DB 4A 39 0 E E3 45 36
Octal 72 136 333 112 71 0 16 343 105 66
Binary 111010 1011110 11011011 1001010 111001 0 1110 11100011 1000101 110110

Color Harmonies of #3A5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EDB

Black with #3A5EDB

Text Example


Text Example

White with #3A5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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