Html Css Color HEX #326CEB Royal Blue

📋 copy color: '#326CEB'

red 50 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #326CEB

Tints of Royal Blue #326CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 235 (92.19% from 255) = 59.8%

R = 12.72%
G = 27.48%
B = 59.8%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#326CEB (or 0x326CEB) is known color: Royal Blue. HEX triplet: 32, 6C and EB. RGB value is (50,108,235). Sum of RGB (Red+Green+Blue) = 50+108+235=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #326CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CEB is #CD9314. Grayscale: #686868. Windows color (decimal): -13472533 or 15428658. OLE color: 15428658.

HSL color Cylindrical-coordinate representation of color #326CEB: hue angle of 221.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326CEB is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 108 235 -
CMYK 0.79 0.54 0 0.08
HSL 221.19º 0.82% 0.56% -
HSV(B) 221.19º 0.79% 0.92% -
XYZ 21.67 17.4 80.81 -
YUV 105.14 201.28 88.67 -
System Red Green Blue C M Y K H S L
Decimal 50 108 235 0.79 0.54 0 0.08 221.19 0.82 0.56
Hex 32 6C EB 4F 36 0 8 DD 52 38
Octal 62 154 353 117 66 0 10 335 122 70
Binary 110010 1101100 11101011 1001111 110110 0 1000 11011101 1010010 111000

Color Harmonies of #326CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CEB

Black with #326CEB

Text Example


Text Example

White with #326CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,235); }

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

background-color css

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

 a { background-color: rgb(50,108,235); }

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

border-color css

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

 span { border-color: rgb(50,108,235); }

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