Html Css Color HEX #326DEC Royal Blue

📋 copy color: '#326DEC'

red 50 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #326DEC

Tints of Royal Blue #326DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 12.66%
G = 27.59%
B = 59.75%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#326DEC (or 0x326DEC) is known color: Royal Blue. HEX triplet: 32, 6D and EC. RGB value is (50,109,236). Sum of RGB (Red+Green+Blue) = 50+109+236=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #326DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DEC is #CD9213. Grayscale: #696969. Windows color (decimal): -13472276 or 15494450. OLE color: 15494450.

HSL color Cylindrical-coordinate representation of color #326DEC: hue angle of 220.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326DEC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 109 236 -
CMYK 0.79 0.54 0 0.07
HSL 220.97º 0.83% 0.56% -
HSV(B) 220.97º 0.79% 0.93% -
XYZ 21.92 17.67 81.61 -
YUV 105.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 50 109 236 0.79 0.54 0 0.07 220.97 0.83 0.56
Hex 32 6D EC 4F 36 0 7 DD 53 38
Octal 62 155 354 117 66 0 7 335 123 70
Binary 110010 1101101 11101100 1001111 110110 0 111 11011101 1010011 111000

Color Harmonies of #326DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DEC

Black with #326DEC

Text Example


Text Example

White with #326DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,109,236); }

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

background-color css

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

 a { background-color: rgb(50,109,236); }

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

border-color css

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

 span { border-color: rgb(50,109,236); }

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