Html Css Color HEX #326FEC Royal Blue

📋 copy color: '#326FEC'

red 50 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #326FEC

Tints of Royal Blue #326FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 12.59%
G = 27.96%
B = 59.45%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#326FEC (or 0x326FEC) is known color: Royal Blue. HEX triplet: 32, 6F and EC. RGB value is (50,111,236). Sum of RGB (Red+Green+Blue) = 50+111+236=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #326FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FEC is #CD9013. Grayscale: #6A6A6A. Windows color (decimal): -13471764 or 15494962. OLE color: 15494962.

HSL color Cylindrical-coordinate representation of color #326FEC: hue angle of 220.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326FEC is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 111 236 -
CMYK 0.79 0.53 0 0.07
HSL 220.32º 0.83% 0.56% -
HSV(B) 220.32º 0.79% 0.93% -
XYZ 22.14 18.1 81.68 -
YUV 107.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 50 111 236 0.79 0.53 0 0.07 220.32 0.83 0.56
Hex 32 6F EC 4F 35 0 7 DC 53 38
Octal 62 157 354 117 65 0 7 334 123 70
Binary 110010 1101111 11101100 1001111 110101 0 111 11011100 1010011 111000

Color Harmonies of #326FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FEC

Black with #326FEC

Text Example


Text Example

White with #326FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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