Html Css Color HEX #327AD8 Royal Blue

📋 copy color: '#327AD8'

red 50 ◦ green 122 ◦ blue 216

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

Shades of Royal Blue #327AD8

Tints of Royal Blue #327AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.67%

R = 12.89%
G = 31.44%
B = 55.67%

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

#327AD8 (or 0x327AD8) is known color: Royal Blue. HEX triplet: 32, 7A and D8. RGB value is (50,122,216). Sum of RGB (Red+Green+Blue) = 50+122+216=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #327AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327AD8 is #CD8527. Grayscale: #6E6E6E. Windows color (decimal): -13468968 or 14187058. OLE color: 14187058.

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

Color convert

RGB 50 122 216 -
CMYK 0.77 0.44 0 0.15
HSL 213.98º 0.68% 0.52% -
HSV(B) 213.98º 0.77% 0.85% -
XYZ 20.67 19.56 67.65 -
YUV 111.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 50 122 216 0.77 0.44 0 0.15 213.98 0.68 0.52
Hex 32 7A D8 4D 2C 0 F D6 44 34
Octal 62 172 330 115 54 0 17 326 104 64
Binary 110010 1111010 11011000 1001101 101100 0 1111 11010110 1000100 110100

Color Harmonies of #327AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AD8

Black with #327AD8

Text Example


Text Example

White with #327AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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