Html Css Color HEX #327BDE Royal Blue

📋 copy color: '#327BDE'

red 50 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #327BDE

Tints of Royal Blue #327BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 12.66%
G = 31.14%
B = 56.2%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#327BDE (or 0x327BDE) is known color: Royal Blue. HEX triplet: 32, 7B and DE. RGB value is (50,123,222). Sum of RGB (Red+Green+Blue) = 50+123+222=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #327BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BDE is #CD8421. Grayscale: #6F6F6F. Windows color (decimal): -13468706 or 14580530. OLE color: 14580530.

HSL color Cylindrical-coordinate representation of color #327BDE: hue angle of 214.53º 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 #327BDE is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 123 222 -
CMYK 0.77 0.45 0 0.13
HSL 214.53º 0.72% 0.53% -
HSV(B) 214.53º 0.77% 0.87% -
XYZ 21.58 20.12 71.85 -
YUV 112.46 189.82 83.45 -
System Red Green Blue C M Y K H S L
Decimal 50 123 222 0.77 0.45 0 0.13 214.53 0.72 0.53
Hex 32 7B DE 4D 2D 0 D D7 48 35
Octal 62 173 336 115 55 0 15 327 110 65
Binary 110010 1111011 11011110 1001101 101101 0 1101 11010111 1001000 110101

Color Harmonies of #327BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BDE

Black with #327BDE

Text Example


Text Example

White with #327BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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