Html Css Color HEX #326DCF Royal Blue

📋 copy color: '#326DCF'

red 50 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #326DCF

Tints of Royal Blue #326DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 13.66%
G = 29.78%
B = 56.56%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#326DCF (or 0x326DCF) is known color: Royal Blue. HEX triplet: 32, 6D and CF. RGB value is (50,109,207). Sum of RGB (Red+Green+Blue) = 50+109+207=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #326DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DCF is #CD9230. Grayscale: #666666. Windows color (decimal): -13472305 or 13593906. OLE color: 13593906.

HSL color Cylindrical-coordinate representation of color #326DCF: hue angle of 217.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326DCF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 109 207 -
CMYK 0.76 0.47 0 0.19
HSL 217.45º 0.62% 0.5% -
HSV(B) 217.45º 0.76% 0.81% -
XYZ 18.05 16.12 61.19 -
YUV 102.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 50 109 207 0.76 0.47 0 0.19 217.45 0.62 0.5
Hex 32 6D CF 4C 2F 0 13 D9 3E 32
Octal 62 155 317 114 57 0 23 331 76 62
Binary 110010 1101101 11001111 1001100 101111 0 10011 11011001 111110 110010

Color Harmonies of #326DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DCF

Black with #326DCF

Text Example


Text Example

White with #326DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,109,207); }

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

background-color css

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

 a { background-color: rgb(50,109,207); }

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

border-color css

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

 span { border-color: rgb(50,109,207); }

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