Html Css Color HEX #3278DB Royal Blue

📋 copy color: '#3278DB'

red 50 ◦ green 120 ◦ blue 219

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

Shades of Royal Blue #3278DB

Tints of Royal Blue #3278DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 12.85%
G = 30.85%
B = 56.3%

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

#3278DB (or 0x3278DB) is known color: Royal Blue. HEX triplet: 32, 78 and DB. RGB value is (50,120,219). Sum of RGB (Red+Green+Blue) = 50+120+219=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3278DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278DB is #CD8724. Grayscale: #6D6D6D. Windows color (decimal): -13469477 or 14383154. OLE color: 14383154.

HSL color Cylindrical-coordinate representation of color #3278DB: hue angle of 215.15º 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 #3278DB is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 120 219 -
CMYK 0.77 0.45 0 0.14
HSL 215.15º 0.7% 0.53% -
HSV(B) 215.15º 0.77% 0.86% -
XYZ 20.82 19.23 69.63 -
YUV 110.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 50 120 219 0.77 0.45 0 0.14 215.15 0.7 0.53
Hex 32 78 DB 4D 2D 0 E D7 46 35
Octal 62 170 333 115 55 0 16 327 106 65
Binary 110010 1111000 11011011 1001101 101101 0 1110 11010111 1000110 110101

Color Harmonies of #3278DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3278DB

Black with #3278DB

Text Example


Text Example

White with #3278DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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