Html Css Color HEX #3276D5 Royal Blue

📋 copy color: '#3276D5'

red 50 ◦ green 118 ◦ blue 213

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

Shades of Royal Blue #3276D5

Tints of Royal Blue #3276D5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 213 (83.59% from 255) = 55.91%

R = 13.12%
G = 30.97%
B = 55.91%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3276D5 (or 0x3276D5) is known color: Royal Blue. HEX triplet: 32, 76 and D5. RGB value is (50,118,213). Sum of RGB (Red+Green+Blue) = 50+118+213=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #3276D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276D5 is #CD892A. Grayscale: #6C6C6C. Windows color (decimal): -13469995 or 13989426. OLE color: 13989426.

HSL color Cylindrical-coordinate representation of color #3276D5: hue angle of 214.97º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3276D5 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 118 213 -
CMYK 0.77 0.45 0 0.16
HSL 214.97º 0.66% 0.52% -
HSV(B) 214.97º 0.77% 0.84% -
XYZ 19.8 18.44 65.47 -
YUV 108.5 186.97 86.28 -
System Red Green Blue C M Y K H S L
Decimal 50 118 213 0.77 0.45 0 0.16 214.97 0.66 0.52
Hex 32 76 D5 4D 2D 0 10 D7 42 34
Octal 62 166 325 115 55 0 20 327 102 64
Binary 110010 1110110 11010101 1001101 101101 0 10000 11010111 1000010 110100

Color Harmonies of #3276D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3276D5

Black with #3276D5

Text Example


Text Example

White with #3276D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3276D5; }

 p { color: rgb(50,118,213); }

 H1.HeaderClassName
 {
   color: #3276D5;
 }
 .AnyTagClassName
 {
   color: #3276D5;
 }
</style>

background-color css

<style>
 a { background-color: #3276D5; }

 a { background-color: rgb(50,118,213); }

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

border-color css

<style>
 span { border-color: #3276D5; }

 span { border-color: rgb(50,118,213); }

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