Html Css Color HEX #3A5ADF Royal Blue

📋 copy color: '#3A5ADF'

red 58 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #3A5ADF

Tints of Royal Blue #3A5ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 15.63%
G = 24.26%
B = 60.11%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A5ADF (or 0x3A5ADF) is known color: Royal Blue. HEX triplet: 3A, 5A and DF. RGB value is (58,90,223). Sum of RGB (Red+Green+Blue) = 58+90+223=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A5ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5ADF is #C5A520. Grayscale: #5F5F5F. Windows color (decimal): -12952865 or 14637626. OLE color: 14637626.

HSL color Cylindrical-coordinate representation of color #3A5ADF: hue angle of 228.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5ADF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 90 223 -
CMYK 0.74 0.60 0 0.13
HSL 228.36º 0.72% 0.55% -
HSV(B) 228.36º 0.74% 0.87% -
XYZ 18.72 13.54 71.44 -
YUV 95.59 199.9 101.19 -
System Red Green Blue C M Y K H S L
Decimal 58 90 223 0.74 0.60 0 0.13 228.36 0.72 0.55
Hex 3A 5A DF 4A 3C 0 D E4 48 37
Octal 72 132 337 112 74 0 15 344 110 67
Binary 111010 1011010 11011111 1001010 111100 0 1101 11100100 1001000 110111

Color Harmonies of #3A5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5ADF

Black with #3A5ADF

Text Example


Text Example

White with #3A5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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