Html Css Color HEX #3A84E6 Royal Blue

📋 copy color: '#3A84E6'

red 58 ◦ green 132 ◦ blue 230

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

Shades of Royal Blue #3A84E6

Tints of Royal Blue #3A84E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 230 (90.23% from 255) = 54.76%

R = 13.81%
G = 31.43%
B = 54.76%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3A84E6 (or 0x3A84E6) is known color: Royal Blue. HEX triplet: 3A, 84 and E6. RGB value is (58,132,230). Sum of RGB (Red+Green+Blue) = 58+132+230=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #3A84E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A84E6 is #C57B19. Grayscale: #787878. Windows color (decimal): -12942106 or 15107130. OLE color: 15107130.

HSL color Cylindrical-coordinate representation of color #3A84E6: hue angle of 214.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A84E6 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 132 230 -
CMYK 0.75 0.43 0 0.10
HSL 214.19º 0.77% 0.56% -
HSV(B) 214.19º 0.75% 0.9% -
XYZ 24.28 23.12 78.04 -
YUV 121.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 58 132 230 0.75 0.43 0 0.10 214.19 0.77 0.56
Hex 3A 84 E6 4B 2B 0 A D6 4D 38
Octal 72 204 346 113 53 0 12 326 115 70
Binary 111010 10000100 11100110 1001011 101011 0 1010 11010110 1001101 111000

Color Harmonies of #3A84E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A84E6

Black with #3A84E6

Text Example


Text Example

White with #3A84E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,132,230); }

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

background-color css

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

 a { background-color: rgb(58,132,230); }

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

border-color css

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

 span { border-color: rgb(58,132,230); }

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