Html Css Color HEX #3279DB Royal Blue

📋 copy color: '#3279DB'

red 50 ◦ green 121 ◦ blue 219

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

Shades of Royal Blue #3279DB

Tints of Royal Blue #3279DB

RGB

 RED value IS 50 (19.92% from 255) = 12.82%

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 12.82%
G = 31.03%
B = 56.15%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3279DB (or 0x3279DB) is known color: Royal Blue. HEX triplet: 32, 79 and DB. RGB value is (50,121,219). Sum of RGB (Red+Green+Blue) = 50+121+219=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3279DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3279DB is #CD8624. Grayscale: #6E6E6E. Windows color (decimal): -13469221 or 14383410. OLE color: 14383410.

HSL color Cylindrical-coordinate representation of color #3279DB: hue angle of 214.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3279DB is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 121 219 -
CMYK 0.77 0.45 0 0.14
HSL 214.79º 0.7% 0.53% -
HSV(B) 214.79º 0.77% 0.86% -
XYZ 20.94 19.47 69.67 -
YUV 110.94 188.98 84.53 -
System Red Green Blue C M Y K H S L
Decimal 50 121 219 0.77 0.45 0 0.14 214.79 0.7 0.53
Hex 32 79 DB 4D 2D 0 E D7 46 35
Octal 62 171 333 115 55 0 16 327 106 65
Binary 110010 1111001 11011011 1001101 101101 0 1110 11010111 1000110 110101

Color Harmonies of #3279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3279DB

Black with #3279DB

Text Example


Text Example

White with #3279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3279DB; }

 p { color: rgb(50,121,219); }

 H1.HeaderClassName
 {
   color: #3279DB;
 }
 .AnyTagClassName
 {
   color: #3279DB;
 }
</style>

background-color css

<style>
 a { background-color: #3279DB; }

 a { background-color: rgb(50,121,219); }

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

border-color css

<style>
 span { border-color: #3279DB; }

 span { border-color: rgb(50,121,219); }

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