Html Css Color HEX #327BD6 Royal Blue

📋 copy color: '#327BD6'

red 50 ◦ green 123 ◦ blue 214

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

Shades of Royal Blue #327BD6

Tints of Royal Blue #327BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.3%

R = 12.92%
G = 31.78%
B = 55.3%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#327BD6 (or 0x327BD6) is known color: Royal Blue. HEX triplet: 32, 7B and D6. RGB value is (50,123,214). Sum of RGB (Red+Green+Blue) = 50+123+214=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #327BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BD6 is #CD8429. Grayscale: #6F6F6F. Windows color (decimal): -13468714 or 14056242. OLE color: 14056242.

HSL color Cylindrical-coordinate representation of color #327BD6: hue angle of 213.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327BD6 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 123 214 -
CMYK 0.77 0.43 0 0.16
HSL 213.29º 0.67% 0.52% -
HSV(B) 213.29º 0.77% 0.84% -
XYZ 20.54 19.7 66.34 -
YUV 111.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 50 123 214 0.77 0.43 0 0.16 213.29 0.67 0.52
Hex 32 7B D6 4D 2B 0 10 D5 43 34
Octal 62 173 326 115 53 0 20 325 103 64
Binary 110010 1111011 11010110 1001101 101011 0 10000 11010101 1000011 110100

Color Harmonies of #327BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BD6

Black with #327BD6

Text Example


Text Example

White with #327BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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