Html Css Color HEX #326BCC Royal Blue

📋 copy color: '#326BCC'

red 50 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #326BCC

Tints of Royal Blue #326BCC

RGB

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

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

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

R = 13.85%
G = 29.64%
B = 56.51%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#326BCC (or 0x326BCC) is known color: Royal Blue. HEX triplet: 32, 6B and CC. RGB value is (50,107,204). Sum of RGB (Red+Green+Blue) = 50+107+204=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #326BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BCC is #CD9433. Grayscale: #646464. Windows color (decimal): -13472820 or 13396786. OLE color: 13396786.

HSL color Cylindrical-coordinate representation of color #326BCC: hue angle of 217.79º 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 #326BCC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 107 204 -
CMYK 0.75 0.48 0 0.2
HSL 217.79º 0.61% 0.5% -
HSV(B) 217.79º 0.75% 0.8% -
XYZ 17.47 15.55 59.21 -
YUV 101.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 50 107 204 0.75 0.48 0 0.2 217.79 0.61 0.5
Hex 32 6B CC 4B 30 0 14 DA 3D 32
Octal 62 153 314 113 60 0 24 332 75 62
Binary 110010 1101011 11001100 1001011 110000 0 10100 11011010 111101 110010

Color Harmonies of #326BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BCC

Black with #326BCC

Text Example


Text Example

White with #326BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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