Html Css Color HEX #326CFF Royal Blue

📋 copy color: '#326CFF'

red 50 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #326CFF

Tints of Royal Blue #326CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 255 (100% from 255) = 61.74%

R = 12.11%
G = 26.15%
B = 61.74%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#326CFF (or 0x326CFF) is known color: Royal Blue. HEX triplet: 32, 6C and FF. RGB value is (50,108,255). Sum of RGB (Red+Green+Blue) = 50+108+255=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #326CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CFF is #CD9300. Grayscale: #6A6A6A. Windows color (decimal): -13472513 or 16739378. OLE color: 16739378.

HSL color Cylindrical-coordinate representation of color #326CFF: hue angle of 223.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326CFF is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 108 255 -
CMYK 0.80 0.58 0 0
HSL 223.02º 1% 0.6% -
HSV(B) 223.02º 0.8% 1% -
XYZ 24.73 18.62 96.9 -
YUV 107.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 50 108 255 0.80 0.58 0 0 223.02 1 0.6
Hex 32 6C FF 50 3A 0 0 DF 64 3C
Octal 62 154 377 120 72 0 0 337 144 74
Binary 110010 1101100 11111111 1010000 111010 0 0 11011111 1100100 111100

Color Harmonies of #326CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CFF

Black with #326CFF

Text Example


Text Example

White with #326CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,255); }

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

background-color css

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

 a { background-color: rgb(50,108,255); }

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

border-color css

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

 span { border-color: rgb(50,108,255); }

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