Html Css Color HEX #326AEC Royal Blue

📋 copy color: '#326AEC'

red 50 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #326AEC

Tints of Royal Blue #326AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 12.76%
G = 27.04%
B = 60.2%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#326AEC (or 0x326AEC) is known color: Royal Blue. HEX triplet: 32, 6A and EC. RGB value is (50,106,236). Sum of RGB (Red+Green+Blue) = 50+106+236=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #326AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326AEC is #CD9513. Grayscale: #676767. Windows color (decimal): -13473044 or 15493682. OLE color: 15493682.

HSL color Cylindrical-coordinate representation of color #326AEC: hue angle of 221.94º 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 #326AEC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 106 236 -
CMYK 0.79 0.55 0 0.07
HSL 221.94º 0.83% 0.56% -
HSV(B) 221.94º 0.79% 0.93% -
XYZ 21.61 17.04 81.51 -
YUV 104.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 50 106 236 0.79 0.55 0 0.07 221.94 0.83 0.56
Hex 32 6A EC 4F 37 0 7 DE 53 38
Octal 62 152 354 117 67 0 7 336 123 70
Binary 110010 1101010 11101100 1001111 110111 0 111 11011110 1010011 111000

Color Harmonies of #326AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AEC

Black with #326AEC

Text Example


Text Example

White with #326AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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