Html Css Color HEX #326FCB Royal Blue

📋 copy color: '#326FCB'

red 50 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #326FCB

Tints of Royal Blue #326FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 13.74%
G = 30.49%
B = 55.77%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#326FCB (or 0x326FCB) is known color: Royal Blue. HEX triplet: 32, 6F and CB. RGB value is (50,111,203). Sum of RGB (Red+Green+Blue) = 50+111+203=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #326FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FCB is #CD9034. Grayscale: #666666. Windows color (decimal): -13471797 or 13332274. OLE color: 13332274.

HSL color Cylindrical-coordinate representation of color #326FCB: hue angle of 216.08º degrees, saturation: 0.6, 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 #326FCB is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 111 203 -
CMYK 0.75 0.45 0 0.20
HSL 216.08º 0.6% 0.5% -
HSV(B) 216.08º 0.75% 0.8% -
XYZ 17.78 16.36 58.72 -
YUV 103.25 184.29 90.02 -
System Red Green Blue C M Y K H S L
Decimal 50 111 203 0.75 0.45 0 0.20 216.08 0.6 0.5
Hex 32 6F CB 4B 2D 0 14 D8 3C 32
Octal 62 157 313 113 55 0 24 330 74 62
Binary 110010 1101111 11001011 1001011 101101 0 10100 11011000 111100 110010

Color Harmonies of #326FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FCB

Black with #326FCB

Text Example


Text Example

White with #326FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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