Html Css Color HEX #326AEA Royal Blue

📋 copy color: '#326AEA'

red 50 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #326AEA

Tints of Royal Blue #326AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60%

R = 12.82%
G = 27.18%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#326AEA (or 0x326AEA) is known color: Royal Blue. HEX triplet: 32, 6A and EA. RGB value is (50,106,234). Sum of RGB (Red+Green+Blue) = 50+106+234=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #326AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326AEA is #CD9515. Grayscale: #676767. Windows color (decimal): -13473046 or 15362610. OLE color: 15362610.

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

Color convert

RGB 50 106 234 -
CMYK 0.79 0.55 0 0.08
HSL 221.74º 0.81% 0.56% -
HSV(B) 221.74º 0.79% 0.92% -
XYZ 21.32 16.93 79.99 -
YUV 103.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 50 106 234 0.79 0.55 0 0.08 221.74 0.81 0.56
Hex 32 6A EA 4F 37 0 8 DE 51 38
Octal 62 152 352 117 67 0 10 336 121 70
Binary 110010 1101010 11101010 1001111 110111 0 1000 11011110 1010001 111000

Color Harmonies of #326AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AEA

Black with #326AEA

Text Example


Text Example

White with #326AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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