Html Css Color HEX #3A84DD Royal Blue

📋 copy color: '#3A84DD'

red 58 ◦ green 132 ◦ blue 221

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

Shades of Royal Blue #3A84DD

Tints of Royal Blue #3A84DD

RGB

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

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

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

R = 14.11%
G = 32.12%
B = 53.77%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A84DD (or 0x3A84DD) is known color: Royal Blue. HEX triplet: 3A, 84 and DD. RGB value is (58,132,221). Sum of RGB (Red+Green+Blue) = 58+132+221=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A84DD is #C57B22. Grayscale: #777777. Windows color (decimal): -12942115 or 14517306. OLE color: 14517306.

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

Color convert

RGB 58 132 221 -
CMYK 0.74 0.40 0 0.13
HSL 212.76º 0.71% 0.55% -
HSV(B) 212.76º 0.74% 0.87% -
XYZ 23.05 22.62 71.56 -
YUV 120.02 184.98 83.76 -
System Red Green Blue C M Y K H S L
Decimal 58 132 221 0.74 0.40 0 0.13 212.76 0.71 0.55
Hex 3A 84 DD 4A 28 0 D D5 47 37
Octal 72 204 335 112 50 0 15 325 107 67
Binary 111010 10000100 11011101 1001010 101000 0 1101 11010101 1000111 110111

Color Harmonies of #3A84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A84DD

Black with #3A84DD

Text Example


Text Example

White with #3A84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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