Html Css Color HEX #326BDE Royal Blue

📋 copy color: '#326BDE'

red 50 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #326BDE

Tints of Royal Blue #326BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 13.19%
G = 28.23%
B = 58.58%

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

#326BDE (or 0x326BDE) is known color: Royal Blue. HEX triplet: 32, 6B and DE. RGB value is (50,107,222). Sum of RGB (Red+Green+Blue) = 50+107+222=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #326BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BDE is #CD9421. Grayscale: #666666. Windows color (decimal): -13472802 or 14576434. OLE color: 14576434.

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

Color convert

RGB 50 107 222 -
CMYK 0.77 0.52 0 0.13
HSL 220.12º 0.72% 0.53% -
HSV(B) 220.12º 0.77% 0.87% -
XYZ 19.76 16.47 71.24 -
YUV 103.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 50 107 222 0.77 0.52 0 0.13 220.12 0.72 0.53
Hex 32 6B DE 4D 34 0 D DC 48 35
Octal 62 153 336 115 64 0 15 334 110 65
Binary 110010 1101011 11011110 1001101 110100 0 1101 11011100 1001000 110101

Color Harmonies of #326BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BDE

Black with #326BDE

Text Example


Text Example

White with #326BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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