Html Css Color HEX #326BE2 Royal Blue

📋 copy color: '#326BE2'

red 50 ◦ green 107 ◦ blue 226

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

Shades of Royal Blue #326BE2

Tints of Royal Blue #326BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 59.01%

R = 13.05%
G = 27.94%
B = 59.01%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#326BE2 (or 0x326BE2) is known color: Royal Blue. HEX triplet: 32, 6B and E2. RGB value is (50,107,226). Sum of RGB (Red+Green+Blue) = 50+107+226=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 226 (88.67% from 255 or 59.01% from 383); Max value from RGB is 226 - color contains mainly: blue. Hex color #326BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BE2 is #CD941D. Grayscale: #666666. Windows color (decimal): -13472798 or 14838578. OLE color: 14838578.

HSL color Cylindrical-coordinate representation of color #326BE2: hue angle of 220.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326BE2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 107 226 -
CMYK 0.78 0.53 0 0.11
HSL 220.57º 0.75% 0.54% -
HSV(B) 220.57º 0.78% 0.89% -
XYZ 20.3 16.68 74.1 -
YUV 103.52 197.12 89.82 -
System Red Green Blue C M Y K H S L
Decimal 50 107 226 0.78 0.53 0 0.11 220.57 0.75 0.54
Hex 32 6B E2 4E 35 0 B DD 4B 36
Octal 62 153 342 116 65 0 13 335 113 66
Binary 110010 1101011 11100010 1001110 110101 0 1011 11011101 1001011 110110

Color Harmonies of #326BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BE2

Black with #326BE2

Text Example


Text Example

White with #326BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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