Html Css Color HEX #326ADE Royal Blue

📋 copy color: '#326ADE'

red 50 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #326ADE

Tints of Royal Blue #326ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 13.23%
G = 28.04%
B = 58.73%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#326ADE (or 0x326ADE) is known color: Royal Blue. HEX triplet: 32, 6A and DE. RGB value is (50,106,222). Sum of RGB (Red+Green+Blue) = 50+106+222=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #326ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ADE is #CD9521. Grayscale: #656565. Windows color (decimal): -13473058 or 14576178. OLE color: 14576178.

HSL color Cylindrical-coordinate representation of color #326ADE: hue angle of 220.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326ADE is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 106 222 -
CMYK 0.77 0.52 0 0.13
HSL 220.47º 0.72% 0.53% -
HSV(B) 220.47º 0.77% 0.87% -
XYZ 19.65 16.26 71.21 -
YUV 102.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 50 106 222 0.77 0.52 0 0.13 220.47 0.72 0.53
Hex 32 6A DE 4D 34 0 D DC 48 35
Octal 62 152 336 115 64 0 15 334 110 65
Binary 110010 1101010 11011110 1001101 110100 0 1101 11011100 1001000 110101

Color Harmonies of #326ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326ADE

Black with #326ADE

Text Example


Text Example

White with #326ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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