Html Css Color HEX #3A7ADD Royal Blue

📋 copy color: '#3A7ADD'

red 58 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #3A7ADD

Tints of Royal Blue #3A7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 14.46%
G = 30.42%
B = 55.11%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A7ADD (or 0x3A7ADD) is known color: Royal Blue. HEX triplet: 3A, 7A and DD. RGB value is (58,122,221). Sum of RGB (Red+Green+Blue) = 58+122+221=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A7ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ADD is #C58522. Grayscale: #717171. Windows color (decimal): -12944675 or 14514746. OLE color: 14514746.

HSL color Cylindrical-coordinate representation of color #3A7ADD: hue angle of 216.44º degrees, saturation: 0.71, 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 #3A7ADD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 122 221 -
CMYK 0.74 0.45 0 0.13
HSL 216.44º 0.71% 0.55% -
HSV(B) 216.44º 0.74% 0.87% -
XYZ 21.76 20.04 71.13 -
YUV 114.15 188.3 87.95 -
System Red Green Blue C M Y K H S L
Decimal 58 122 221 0.74 0.45 0 0.13 216.44 0.71 0.55
Hex 3A 7A DD 4A 2D 0 D D8 47 37
Octal 72 172 335 112 55 0 15 330 107 67
Binary 111010 1111010 11011101 1001010 101101 0 1101 11011000 1000111 110111

Color Harmonies of #3A7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7ADD

Black with #3A7ADD

Text Example


Text Example

White with #3A7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,122,221); }

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

background-color css

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

 a { background-color: rgb(58,122,221); }

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

border-color css

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

 span { border-color: rgb(58,122,221); }

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