#327FCD

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

Shades of Curious Blue #327FCD

Tints of Curious Blue #327FCD

Color information

#327FCD (or 0x327FCD) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and CD. RGB value is (50,127,205). Sum of RGB (Red+Green+Blue) = 50+127+205=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #327FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FCD is #CD8032. Grayscale: #707070. Windows color (decimal): -13467699 or 13467442. OLE color: 13467442.

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

Color convert

RGB50127205-
CMYK0.760.3800.20
HSL210.19º60.78%50%-
HSV(B)210.19º75.61%80.39%-
XYZ19.9220.2660.62-
YUV112.87179.9983.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.09%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=13.09%
G=33.25%
B=53.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501272050.760.3800.20210.1960.7850
Hex327FCD4C26014d23d32
Octal62177315114460243227562
Binary110010111111111001101100110010011001010011010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,127,205); }

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

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

 a { background-color: rgb(50,127,205); }

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

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

 span { border-color: rgb(50,127,205); }

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