Html Css Color HEX #326DCC Royal Blue

📋 copy color: '#326DCC'

red 50 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #326DCC

Tints of Royal Blue #326DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 13.77%
G = 30.03%
B = 56.2%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#326DCC (or 0x326DCC) is known color: Royal Blue. HEX triplet: 32, 6D and CC. RGB value is (50,109,204). Sum of RGB (Red+Green+Blue) = 50+109+204=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #326DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DCC is #CD9233. Grayscale: #656565. Windows color (decimal): -13472308 or 13397298. OLE color: 13397298.

HSL color Cylindrical-coordinate representation of color #326DCC: hue angle of 217.01º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326DCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 109 204 -
CMYK 0.75 0.47 0 0.2
HSL 217.01º 0.61% 0.5% -
HSV(B) 217.01º 0.75% 0.8% -
XYZ 17.68 15.98 59.28 -
YUV 102.19 185.45 90.78 -
System Red Green Blue C M Y K H S L
Decimal 50 109 204 0.75 0.47 0 0.2 217.01 0.61 0.5
Hex 32 6D CC 4B 2F 0 14 D9 3D 32
Octal 62 155 314 113 57 0 24 331 75 62
Binary 110010 1101101 11001100 1001011 101111 0 10100 11011001 111101 110010

Color Harmonies of #326DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DCC

Black with #326DCC

Text Example


Text Example

White with #326DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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