#327BCE

Color #327BCE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #327BCE

Tints of Curious Blue #327BCE

Color information

#327BCE (or 0x327BCE) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and CE. RGB value is (50,123,206). Sum of RGB (Red+Green+Blue) = 50+123+206=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #327BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BCE is #CD8431. Grayscale: #6E6E6E. Windows color (decimal): -13468722 or 13531954. OLE color: 13531954.

HSL color Cylindrical-coordinate representation of color #327BCE: hue angle of 211.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327BCE is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50123206-
CMYK0.760.4000.19
HSL211.92º61.42%50.2%-
HSV(B)211.92º75.73%80.78%-
XYZ19.5419.361.09-
YUV110.64181.8284.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.19%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 206 (80.86% from 255) = 54.35%
R=13.19%
G=32.45%
B=54.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501232060.760.4000.19211.9261.4250.2
Hex327BCE4C28013d43d32
Octal62173316114500233247562
Binary110010111101111001110100110010100001001111010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #327BCE;
 }
 .AnyTagClassName
 {
   color: #327BCE;
 }
</style>
background-color css

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

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

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

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

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

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