Html Css Color HEX #326BEC Royal Blue

📋 copy color: '#326BEC'

red 50 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #326BEC

Tints of Royal Blue #326BEC

RGB

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

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

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

R = 12.72%
G = 27.23%
B = 60.05%

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

#326BEC (or 0x326BEC) is known color: Royal Blue. HEX triplet: 32, 6B and EC. RGB value is (50,107,236). Sum of RGB (Red+Green+Blue) = 50+107+236=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #326BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BEC is #CD9413. Grayscale: #686868. Windows color (decimal): -13472788 or 15493938. OLE color: 15493938.

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

Color convert

RGB 50 107 236 -
CMYK 0.79 0.55 0 0.07
HSL 221.61º 0.83% 0.56% -
HSV(B) 221.61º 0.79% 0.93% -
XYZ 21.71 17.25 81.54 -
YUV 104.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 50 107 236 0.79 0.55 0 0.07 221.61 0.83 0.56
Hex 32 6B EC 4F 37 0 7 DE 53 38
Octal 62 153 354 117 67 0 7 336 123 70
Binary 110010 1101011 11101100 1001111 110111 0 111 11011110 1010011 111000

Color Harmonies of #326BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BEC

Black with #326BEC

Text Example


Text Example

White with #326BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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