Html Css Color HEX #327BDD Royal Blue

📋 copy color: '#327BDD'

red 50 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #327BDD

Tints of Royal Blue #327BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 12.69%
G = 31.22%
B = 56.09%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#327BDD (or 0x327BDD) is known color: Royal Blue. HEX triplet: 32, 7B and DD. RGB value is (50,123,221). Sum of RGB (Red+Green+Blue) = 50+123+221=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #327BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BDD is #CD8422. Grayscale: #6F6F6F. Windows color (decimal): -13468707 or 14514994. OLE color: 14514994.

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

Color convert

RGB 50 123 221 -
CMYK 0.77 0.44 0 0.13
HSL 214.39º 0.72% 0.53% -
HSV(B) 214.39º 0.77% 0.87% -
XYZ 21.45 20.06 71.15 -
YUV 112.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 50 123 221 0.77 0.44 0 0.13 214.39 0.72 0.53
Hex 32 7B DD 4D 2C 0 D D6 48 35
Octal 62 173 335 115 54 0 15 326 110 65
Binary 110010 1111011 11011101 1001101 101100 0 1101 11010110 1001000 110101

Color Harmonies of #327BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BDD

Black with #327BDD

Text Example


Text Example

White with #327BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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