Html Css Color HEX #327CEC Royal Blue

📋 copy color: '#327CEC'

red 50 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #327CEC

Tints of Royal Blue #327CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 12.2%
G = 30.24%
B = 57.56%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#327CEC (or 0x327CEC) is known color: Royal Blue. HEX triplet: 32, 7C and EC. RGB value is (50,124,236). Sum of RGB (Red+Green+Blue) = 50+124+236=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #327CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CEC is #CD8313. Grayscale: #727272. Windows color (decimal): -13468436 or 15498290. OLE color: 15498290.

HSL color Cylindrical-coordinate representation of color #327CEC: hue angle of 216.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327CEC is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 124 236 -
CMYK 0.79 0.47 0 0.07
HSL 216.13º 0.83% 0.56% -
HSV(B) 216.13º 0.79% 0.93% -
XYZ 23.66 21.15 82.19 -
YUV 114.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 50 124 236 0.79 0.47 0 0.07 216.13 0.83 0.56
Hex 32 7C EC 4F 2F 0 7 D8 53 38
Octal 62 174 354 117 57 0 7 330 123 70
Binary 110010 1111100 11101100 1001111 101111 0 111 11011000 1010011 111000

Color Harmonies of #327CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CEC

Black with #327CEC

Text Example


Text Example

White with #327CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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