Html Css Color HEX #327ADA Royal Blue

📋 copy color: '#327ADA'

red 50 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #327ADA

Tints of Royal Blue #327ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 12.82%
G = 31.28%
B = 55.9%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#327ADA (or 0x327ADA) is known color: Royal Blue. HEX triplet: 32, 7A and DA. RGB value is (50,122,218). Sum of RGB (Red+Green+Blue) = 50+122+218=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #327ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ADA is #CD8525. Grayscale: #6E6E6E. Windows color (decimal): -13468966 or 14318130. OLE color: 14318130.

HSL color Cylindrical-coordinate representation of color #327ADA: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327ADA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 122 218 -
CMYK 0.77 0.44 0 0.15
HSL 214.29º 0.69% 0.53% -
HSV(B) 214.29º 0.77% 0.85% -
XYZ 20.93 19.66 69.02 -
YUV 111.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 50 122 218 0.77 0.44 0 0.15 214.29 0.69 0.53
Hex 32 7A DA 4D 2C 0 F D6 45 35
Octal 62 172 332 115 54 0 17 326 105 65
Binary 110010 1111010 11011010 1001101 101100 0 1111 11010110 1000101 110101

Color Harmonies of #327ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327ADA

Black with #327ADA

Text Example


Text Example

White with #327ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327ADA; }

 p { color: rgb(50,122,218); }

 H1.HeaderClassName
 {
   color: #327ADA;
 }
 .AnyTagClassName
 {
   color: #327ADA;
 }
</style>

background-color css

<style>
 a { background-color: #327ADA; }

 a { background-color: rgb(50,122,218); }

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

border-color css

<style>
 span { border-color: #327ADA; }

 span { border-color: rgb(50,122,218); }

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