Html Css Color HEX #326BD0 Royal Blue

📋 copy color: '#326BD0'

red 50 ◦ green 107 ◦ blue 208

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

Shades of Royal Blue #326BD0

Tints of Royal Blue #326BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 13.7%
G = 29.32%
B = 56.99%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#326BD0 (or 0x326BD0) is known color: Royal Blue. HEX triplet: 32, 6B and D0. RGB value is (50,107,208). Sum of RGB (Red+Green+Blue) = 50+107+208=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #326BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BD0 is #CD942F. Grayscale: #656565. Windows color (decimal): -13472816 or 13658930. OLE color: 13658930.

HSL color Cylindrical-coordinate representation of color #326BD0: hue angle of 218.35º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326BD0 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 107 208 -
CMYK 0.76 0.49 0 0.18
HSL 218.35º 0.63% 0.51% -
HSV(B) 218.35º 0.76% 0.82% -
XYZ 17.96 15.75 61.77 -
YUV 101.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 50 107 208 0.76 0.49 0 0.18 218.35 0.63 0.51
Hex 32 6B D0 4C 31 0 12 DA 3F 33
Octal 62 153 320 114 61 0 22 332 77 63
Binary 110010 1101011 11010000 1001100 110001 0 10010 11011010 111111 110011

Color Harmonies of #326BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BD0

Black with #326BD0

Text Example


Text Example

White with #326BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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