Html Css Color HEX #326FDB Royal Blue

📋 copy color: '#326FDB'

red 50 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #326FDB

Tints of Royal Blue #326FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 13.16%
G = 29.21%
B = 57.63%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#326FDB (or 0x326FDB) is known color: Royal Blue. HEX triplet: 32, 6F and DB. RGB value is (50,111,219). Sum of RGB (Red+Green+Blue) = 50+111+219=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #326FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FDB is #CD9024. Grayscale: #686868. Windows color (decimal): -13471781 or 14380850. OLE color: 14380850.

HSL color Cylindrical-coordinate representation of color #326FDB: hue angle of 218.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FDB is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 111 219 -
CMYK 0.77 0.49 0 0.14
HSL 218.34º 0.7% 0.53% -
HSV(B) 218.34º 0.77% 0.86% -
XYZ 19.79 17.16 69.29 -
YUV 105.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 50 111 219 0.77 0.49 0 0.14 218.34 0.7 0.53
Hex 32 6F DB 4D 31 0 E DA 46 35
Octal 62 157 333 115 61 0 16 332 106 65
Binary 110010 1101111 11011011 1001101 110001 0 1110 11011010 1000110 110101

Color Harmonies of #326FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FDB

Black with #326FDB

Text Example


Text Example

White with #326FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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