Html Css Color HEX #326BDF Royal Blue

📋 copy color: '#326BDF'

red 50 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #326BDF

Tints of Royal Blue #326BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 13.16%
G = 28.16%
B = 58.68%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#326BDF (or 0x326BDF) is known color: Royal Blue. HEX triplet: 32, 6B and DF. RGB value is (50,107,223). Sum of RGB (Red+Green+Blue) = 50+107+223=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #326BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BDF is #CD9420. Grayscale: #666666. Windows color (decimal): -13472801 or 14641970. OLE color: 14641970.

HSL color Cylindrical-coordinate representation of color #326BDF: hue angle of 220.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326BDF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 107 223 -
CMYK 0.78 0.52 0 0.13
HSL 220.23º 0.73% 0.54% -
HSV(B) 220.23º 0.78% 0.87% -
XYZ 19.89 16.52 71.95 -
YUV 103.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 50 107 223 0.78 0.52 0 0.13 220.23 0.73 0.54
Hex 32 6B DF 4E 34 0 D DC 49 36
Octal 62 153 337 116 64 0 15 334 111 66
Binary 110010 1101011 11011111 1001110 110100 0 1101 11011100 1001001 110110

Color Harmonies of #326BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BDF

Black with #326BDF

Text Example


Text Example

White with #326BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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