Html Css Color HEX #326AE3 Royal Blue

📋 copy color: '#326AE3'

red 50 ◦ green 106 ◦ blue 227

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

Shades of Royal Blue #326AE3

Tints of Royal Blue #326AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 59.27%

R = 13.05%
G = 27.68%
B = 59.27%

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

#326AE3 (or 0x326AE3) is known color: Royal Blue. HEX triplet: 32, 6A and E3. RGB value is (50,106,227). Sum of RGB (Red+Green+Blue) = 50+106+227=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 227 (89.06% from 255 or 59.27% from 383); Max value from RGB is 227 - color contains mainly: blue. Hex color #326AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AE3 is #CD951C. Grayscale: #666666. Windows color (decimal): -13473053 or 14903858. OLE color: 14903858.

HSL color Cylindrical-coordinate representation of color #326AE3: hue angle of 221.02º degrees, saturation: 0.76, 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 #326AE3 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 106 227 -
CMYK 0.78 0.53 0 0.11
HSL 221.02º 0.76% 0.54% -
HSV(B) 221.02º 0.78% 0.89% -
XYZ 20.33 16.53 74.79 -
YUV 103.05 197.95 90.16 -
System Red Green Blue C M Y K H S L
Decimal 50 106 227 0.78 0.53 0 0.11 221.02 0.76 0.54
Hex 32 6A E3 4E 35 0 B DD 4C 36
Octal 62 152 343 116 65 0 13 335 114 66
Binary 110010 1101010 11100011 1001110 110101 0 1011 11011101 1001100 110110

Color Harmonies of #326AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AE3

Black with #326AE3

Text Example


Text Example

White with #326AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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