Html Css Color HEX #326FD6 Royal Blue

📋 copy color: '#326FD6'

red 50 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #326FD6

Tints of Royal Blue #326FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.07%

R = 13.33%
G = 29.6%
B = 57.07%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#326FD6 (or 0x326FD6) is known color: Royal Blue. HEX triplet: 32, 6F and D6. RGB value is (50,111,214). Sum of RGB (Red+Green+Blue) = 50+111+214=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #326FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FD6 is #CD9029. Grayscale: #686868. Windows color (decimal): -13471786 or 14053170. OLE color: 14053170.

HSL color Cylindrical-coordinate representation of color #326FD6: hue angle of 217.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FD6 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 111 214 -
CMYK 0.77 0.48 0 0.16
HSL 217.68º 0.67% 0.52% -
HSV(B) 217.68º 0.77% 0.84% -
XYZ 19.14 16.9 65.87 -
YUV 104.5 189.79 89.12 -
System Red Green Blue C M Y K H S L
Decimal 50 111 214 0.77 0.48 0 0.16 217.68 0.67 0.52
Hex 32 6F D6 4D 30 0 10 DA 43 34
Octal 62 157 326 115 60 0 20 332 103 64
Binary 110010 1101111 11010110 1001101 110000 0 10000 11011010 1000011 110100

Color Harmonies of #326FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FD6

Black with #326FD6

Text Example


Text Example

White with #326FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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