Html Css Color HEX #3A7ADE Royal Blue

📋 copy color: '#3A7ADE'

red 58 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #3A7ADE

Tints of Royal Blue #3A7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 14.43%
G = 30.35%
B = 55.22%

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

#3A7ADE (or 0x3A7ADE) is known color: Royal Blue. HEX triplet: 3A, 7A and DE. RGB value is (58,122,222). Sum of RGB (Red+Green+Blue) = 58+122+222=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ADE is #C58521. Grayscale: #717171. Windows color (decimal): -12944674 or 14580282. OLE color: 14580282.

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

Color convert

RGB 58 122 222 -
CMYK 0.74 0.45 0 0.13
HSL 216.59º 0.71% 0.55% -
HSV(B) 216.59º 0.74% 0.87% -
XYZ 21.89 20.09 71.83 -
YUV 114.26 188.8 87.87 -
System Red Green Blue C M Y K H S L
Decimal 58 122 222 0.74 0.45 0 0.13 216.59 0.71 0.55
Hex 3A 7A DE 4A 2D 0 D D9 47 37
Octal 72 172 336 112 55 0 15 331 107 67
Binary 111010 1111010 11011110 1001010 101101 0 1101 11011001 1000111 110111

Color Harmonies of #3A7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7ADE

Black with #3A7ADE

Text Example


Text Example

White with #3A7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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