Html Css Color HEX #326DE6 Royal Blue

📋 copy color: '#326DE6'

red 50 ◦ green 109 ◦ blue 230

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

Shades of Royal Blue #326DE6

Tints of Royal Blue #326DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 12.85%
G = 28.02%
B = 59.13%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#326DE6 (or 0x326DE6) is known color: Royal Blue. HEX triplet: 32, 6D and E6. RGB value is (50,109,230). Sum of RGB (Red+Green+Blue) = 50+109+230=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #326DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DE6 is #CD9219. Grayscale: #686868. Windows color (decimal): -13472282 or 15101234. OLE color: 15101234.

HSL color Cylindrical-coordinate representation of color #326DE6: hue angle of 220.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326DE6 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 109 230 -
CMYK 0.78 0.53 0 0.10
HSL 220.33º 0.78% 0.55% -
HSV(B) 220.33º 0.78% 0.9% -
XYZ 21.07 17.33 77.1 -
YUV 105.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 50 109 230 0.78 0.53 0 0.10 220.33 0.78 0.55
Hex 32 6D E6 4E 35 0 A DC 4E 37
Octal 62 155 346 116 65 0 12 334 116 67
Binary 110010 1101101 11100110 1001110 110101 0 1010 11011100 1001110 110111

Color Harmonies of #326DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DE6

Black with #326DE6

Text Example


Text Example

White with #326DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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