Html Css Color HEX #326AE2 Royal Blue

📋 copy color: '#326AE2'

red 50 ◦ green 106 ◦ blue 226

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

Shades of Royal Blue #326AE2

Tints of Royal Blue #326AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 59.16%

R = 13.09%
G = 27.75%
B = 59.16%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#326AE2 (or 0x326AE2) is known color: Royal Blue. HEX triplet: 32, 6A and E2. RGB value is (50,106,226). Sum of RGB (Red+Green+Blue) = 50+106+226=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 226 (88.67% from 255 or 59.16% from 382); Max value from RGB is 226 - color contains mainly: blue. Hex color #326AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AE2 is #CD951D. Grayscale: #666666. Windows color (decimal): -13473054 or 14838322. OLE color: 14838322.

HSL color Cylindrical-coordinate representation of color #326AE2: hue angle of 220.91º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326AE2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 106 226 -
CMYK 0.78 0.53 0 0.11
HSL 220.91º 0.75% 0.54% -
HSV(B) 220.91º 0.78% 0.89% -
XYZ 20.2 16.48 74.07 -
YUV 102.94 197.45 90.24 -
System Red Green Blue C M Y K H S L
Decimal 50 106 226 0.78 0.53 0 0.11 220.91 0.75 0.54
Hex 32 6A E2 4E 35 0 B DD 4B 36
Octal 62 152 342 116 65 0 13 335 113 66
Binary 110010 1101010 11100010 1001110 110101 0 1011 11011101 1001011 110110

Color Harmonies of #326AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AE2

Black with #326AE2

Text Example


Text Example

White with #326AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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