Html Css Color HEX #326FC8 Royal Blue

📋 copy color: '#326FC8'

red 50 ◦ green 111 ◦ blue 200

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

Shades of Royal Blue #326FC8

Tints of Royal Blue #326FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 200 (78.52% from 255) = 55.4%

R = 13.85%
G = 30.75%
B = 55.4%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#326FC8 (or 0x326FC8) is known color: Royal Blue. HEX triplet: 32, 6F and C8. RGB value is (50,111,200). Sum of RGB (Red+Green+Blue) = 50+111+200=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #326FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FC8 is #CD9037. Grayscale: #666666. Windows color (decimal): -13471800 or 13135666. OLE color: 13135666.

HSL color Cylindrical-coordinate representation of color #326FC8: hue angle of 215.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326FC8 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 111 200 -
CMYK 0.75 0.44 0 0.22
HSL 215.6º 0.6% 0.49% -
HSV(B) 215.6º 0.75% 0.78% -
XYZ 17.43 16.22 56.86 -
YUV 102.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 50 111 200 0.75 0.44 0 0.22 215.6 0.6 0.49
Hex 32 6F C8 4B 2C 0 16 D8 3C 31
Octal 62 157 310 113 54 0 26 330 74 61
Binary 110010 1101111 11001000 1001011 101100 0 10110 11011000 111100 110001

Color Harmonies of #326FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FC8

Black with #326FC8

Text Example


Text Example

White with #326FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,200); }

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

background-color css

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

 a { background-color: rgb(50,111,200); }

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

border-color css

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

 span { border-color: rgb(50,111,200); }

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