Html Css Color HEX #326AD8 Royal Blue

📋 copy color: '#326AD8'

red 50 ◦ green 106 ◦ blue 216

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

Shades of Royal Blue #326AD8

Tints of Royal Blue #326AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 216 (84.77% from 255) = 58.06%

R = 13.44%
G = 28.49%
B = 58.06%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#326AD8 (or 0x326AD8) is known color: Royal Blue. HEX triplet: 32, 6A and D8. RGB value is (50,106,216). Sum of RGB (Red+Green+Blue) = 50+106+216=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #326AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AD8 is #CD9527. Grayscale: #656565. Windows color (decimal): -13473064 or 14182962. OLE color: 14182962.

HSL color Cylindrical-coordinate representation of color #326AD8: hue angle of 219.76º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326AD8 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 106 216 -
CMYK 0.77 0.51 0 0.15
HSL 219.76º 0.68% 0.52% -
HSV(B) 219.76º 0.77% 0.85% -
XYZ 18.86 15.94 67.05 -
YUV 101.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 50 106 216 0.77 0.51 0 0.15 219.76 0.68 0.52
Hex 32 6A D8 4D 33 0 F DC 44 34
Octal 62 152 330 115 63 0 17 334 104 64
Binary 110010 1101010 11011000 1001101 110011 0 1111 11011100 1000100 110100

Color Harmonies of #326AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AD8

Black with #326AD8

Text Example


Text Example

White with #326AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326AD8; }

 p { color: rgb(50,106,216); }

 H1.HeaderClassName
 {
   color: #326AD8;
 }
 .AnyTagClassName
 {
   color: #326AD8;
 }
</style>

background-color css

<style>
 a { background-color: #326AD8; }

 a { background-color: rgb(50,106,216); }

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

border-color css

<style>
 span { border-color: #326AD8; }

 span { border-color: rgb(50,106,216); }

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