Html Css Color HEX #3A5CDB Royal Blue

📋 copy color: '#3A5CDB'

red 58 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #3A5CDB

Tints of Royal Blue #3A5CDB

RGB

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

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

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

R = 15.72%
G = 24.93%
B = 59.35%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A5CDB (or 0x3A5CDB) is known color: Royal Blue. HEX triplet: 3A, 5C and DB. RGB value is (58,92,219). Sum of RGB (Red+Green+Blue) = 58+92+219=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A5CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5CDB is #C5A324. Grayscale: #5F5F5F. Windows color (decimal): -12952357 or 14375994. OLE color: 14375994.

HSL color Cylindrical-coordinate representation of color #3A5CDB: hue angle of 227.33º 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 #3A5CDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 92 219 -
CMYK 0.74 0.58 0 0.14
HSL 227.33º 0.69% 0.54% -
HSV(B) 227.33º 0.74% 0.86% -
XYZ 18.36 13.67 68.69 -
YUV 96.31 197.24 100.67 -
System Red Green Blue C M Y K H S L
Decimal 58 92 219 0.74 0.58 0 0.14 227.33 0.69 0.54
Hex 3A 5C DB 4A 3A 0 E E3 45 36
Octal 72 134 333 112 72 0 16 343 105 66
Binary 111010 1011100 11011011 1001010 111010 0 1110 11100011 1000101 110110

Color Harmonies of #3A5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CDB

Black with #3A5CDB

Text Example


Text Example

White with #3A5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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