Html Css Color HEX #327BDC Royal Blue

📋 copy color: '#327BDC'

red 50 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #327BDC

Tints of Royal Blue #327BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 12.72%
G = 31.3%
B = 55.98%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#327BDC (or 0x327BDC) is known color: Royal Blue. HEX triplet: 32, 7B and DC. RGB value is (50,123,220). Sum of RGB (Red+Green+Blue) = 50+123+220=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #327BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BDC is #CD8423. Grayscale: #6F6F6F. Windows color (decimal): -13468708 or 14449458. OLE color: 14449458.

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

Color convert

RGB 50 123 220 -
CMYK 0.77 0.44 0 0.14
HSL 214.24º 0.71% 0.53% -
HSV(B) 214.24º 0.77% 0.86% -
XYZ 21.32 20.01 70.45 -
YUV 112.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 50 123 220 0.77 0.44 0 0.14 214.24 0.71 0.53
Hex 32 7B DC 4D 2C 0 E D6 47 35
Octal 62 173 334 115 54 0 16 326 107 65
Binary 110010 1111011 11011100 1001101 101100 0 1110 11010110 1000111 110101

Color Harmonies of #327BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BDC

Black with #327BDC

Text Example


Text Example

White with #327BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,220); }

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

background-color css

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

 a { background-color: rgb(50,123,220); }

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

border-color css

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

 span { border-color: rgb(50,123,220); }

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