Html Css Color HEX #326FDE Royal Blue

📋 copy color: '#326FDE'

red 50 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #326FDE

Tints of Royal Blue #326FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 13.05%
G = 28.98%
B = 57.96%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#326FDE (or 0x326FDE) is known color: Royal Blue. HEX triplet: 32, 6F and DE. RGB value is (50,111,222). Sum of RGB (Red+Green+Blue) = 50+111+222=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #326FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FDE is #CD9021. Grayscale: #686868. Windows color (decimal): -13471778 or 14577458. OLE color: 14577458.

HSL color Cylindrical-coordinate representation of color #326FDE: hue angle of 218.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FDE is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 111 222 -
CMYK 0.77 0.5 0 0.13
HSL 218.72º 0.72% 0.53% -
HSV(B) 218.72º 0.77% 0.87% -
XYZ 20.18 17.32 71.39 -
YUV 105.42 193.79 88.47 -
System Red Green Blue C M Y K H S L
Decimal 50 111 222 0.77 0.5 0 0.13 218.72 0.72 0.53
Hex 32 6F DE 4D 32 0 D DB 48 35
Octal 62 157 336 115 62 0 15 333 110 65
Binary 110010 1101111 11011110 1001101 110010 0 1101 11011011 1001000 110101

Color Harmonies of #326FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FDE

Black with #326FDE

Text Example


Text Example

White with #326FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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