Html Css Color HEX #326EDE Royal Blue

📋 copy color: '#326EDE'

red 50 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #326EDE

Tints of Royal Blue #326EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

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

R = 13.09%
G = 28.8%
B = 58.12%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#326EDE (or 0x326EDE) is known color: Royal Blue. HEX triplet: 32, 6E and DE. RGB value is (50,110,222). Sum of RGB (Red+Green+Blue) = 50+110+222=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #326EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EDE is #CD9121. Grayscale: #686868. Windows color (decimal): -13472034 or 14577202. OLE color: 14577202.

HSL color Cylindrical-coordinate representation of color #326EDE: hue angle of 219.07º 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 #326EDE is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 110 222 -
CMYK 0.77 0.50 0 0.13
HSL 219.07º 0.72% 0.53% -
HSV(B) 219.07º 0.77% 0.87% -
XYZ 20.08 17.1 71.35 -
YUV 104.83 194.12 88.89 -
System Red Green Blue C M Y K H S L
Decimal 50 110 222 0.77 0.50 0 0.13 219.07 0.72 0.53
Hex 32 6E DE 4D 32 0 D DB 48 35
Octal 62 156 336 115 62 0 15 333 110 65
Binary 110010 1101110 11011110 1001101 110010 0 1101 11011011 1001000 110101

Color Harmonies of #326EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EDE

Black with #326EDE

Text Example


Text Example

White with #326EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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