Html Css Color HEX #326AE8 Royal Blue

📋 copy color: '#326AE8'

red 50 ◦ green 106 ◦ blue 232

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

Shades of Royal Blue #326AE8

Tints of Royal Blue #326AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 232 (91.02% from 255) = 59.79%

R = 12.89%
G = 27.32%
B = 59.79%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#326AE8 (or 0x326AE8) is known color: Royal Blue. HEX triplet: 32, 6A and E8. RGB value is (50,106,232). Sum of RGB (Red+Green+Blue) = 50+106+232=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #326AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326AE8 is #CD9517. Grayscale: #676767. Windows color (decimal): -13473048 or 15231538. OLE color: 15231538.

HSL color Cylindrical-coordinate representation of color #326AE8: hue angle of 221.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326AE8 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 106 232 -
CMYK 0.78 0.54 0 0.09
HSL 221.54º 0.8% 0.55% -
HSV(B) 221.54º 0.78% 0.91% -
XYZ 21.03 16.81 78.48 -
YUV 103.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 50 106 232 0.78 0.54 0 0.09 221.54 0.8 0.55
Hex 32 6A E8 4E 36 0 9 DE 50 37
Octal 62 152 350 116 66 0 11 336 120 67
Binary 110010 1101010 11101000 1001110 110110 0 1001 11011110 1010000 110111

Color Harmonies of #326AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AE8

Black with #326AE8

Text Example


Text Example

White with #326AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,106,232); }

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

background-color css

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

 a { background-color: rgb(50,106,232); }

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

border-color css

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

 span { border-color: rgb(50,106,232); }

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