Html Css Color HEX #3484E6 Royal Blue

📋 copy color: '#3484E6'

red 52 ◦ green 132 ◦ blue 230

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

Shades of Royal Blue #3484E6

Tints of Royal Blue #3484E6

RGB

 RED value IS 52 (20.7% from 255) = 12.56%

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

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

R = 12.56%
G = 31.88%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3484E6 (or 0x3484E6) is known color: Royal Blue. HEX triplet: 34, 84 and E6. RGB value is (52,132,230). Sum of RGB (Red+Green+Blue) = 52+132+230=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #3484E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484E6 is #CB7B19. Grayscale: #767676. Windows color (decimal): -13335322 or 15107124. OLE color: 15107124.

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

Color convert

RGB 52 132 230 -
CMYK 0.77 0.43 0 0.10
HSL 213.03º 0.78% 0.55% -
HSV(B) 213.03º 0.77% 0.9% -
XYZ 23.95 22.95 78.03 -
YUV 119.25 190.5 80.03 -
System Red Green Blue C M Y K H S L
Decimal 52 132 230 0.77 0.43 0 0.10 213.03 0.78 0.55
Hex 34 84 E6 4D 2B 0 A D5 4E 37
Octal 64 204 346 115 53 0 12 325 116 67
Binary 110100 10000100 11100110 1001101 101011 0 1010 11010101 1001110 110111

Color Harmonies of #3484E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3484E6

Black with #3484E6

Text Example


Text Example

White with #3484E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3484E6; }

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

 H1.HeaderClassName
 {
   color: #3484E6;
 }
 .AnyTagClassName
 {
   color: #3484E6;
 }
</style>

background-color css

<style>
 a { background-color: #3484E6; }

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

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

border-color css

<style>
 span { border-color: #3484E6; }

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

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