Html Css Color HEX #327CE1 Royal Blue

📋 copy color: '#327CE1'

red 50 ◦ green 124 ◦ blue 225

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

Shades of Royal Blue #327CE1

Tints of Royal Blue #327CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 225 (88.28% from 255) = 56.39%

R = 12.53%
G = 31.08%
B = 56.39%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#327CE1 (or 0x327CE1) is known color: Royal Blue. HEX triplet: 32, 7C and E1. RGB value is (50,124,225). Sum of RGB (Red+Green+Blue) = 50+124+225=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #327CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CE1 is #CD831E. Grayscale: #707070. Windows color (decimal): -13468447 or 14777394. OLE color: 14777394.

HSL color Cylindrical-coordinate representation of color #327CE1: hue angle of 214.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327CE1 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 124 225 -
CMYK 0.78 0.45 0 0.12
HSL 214.63º 0.74% 0.54% -
HSV(B) 214.63º 0.78% 0.88% -
XYZ 22.11 20.53 74.03 -
YUV 113.39 190.98 82.79 -
System Red Green Blue C M Y K H S L
Decimal 50 124 225 0.78 0.45 0 0.12 214.63 0.74 0.54
Hex 32 7C E1 4E 2D 0 C D7 4A 36
Octal 62 174 341 116 55 0 14 327 112 66
Binary 110010 1111100 11100001 1001110 101101 0 1100 11010111 1001010 110110

Color Harmonies of #327CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CE1

Black with #327CE1

Text Example


Text Example

White with #327CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,225); }

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

background-color css

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

 a { background-color: rgb(50,124,225); }

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

border-color css

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

 span { border-color: rgb(50,124,225); }

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