#327ECD

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

Shades of Curious Blue #327ECD

Tints of Curious Blue #327ECD

Color information

#327ECD (or 0x327ECD) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and CD. RGB value is (50,126,205). Sum of RGB (Red+Green+Blue) = 50+126+205=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #327ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ECD is #CD8132. Grayscale: #6F6F6F. Windows color (decimal): -13467955 or 13467186. OLE color: 13467186.

HSL color Cylindrical-coordinate representation of color #327ECD: hue angle of 210.58º 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 #327ECD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50126205-
CMYK0.760.3900.20
HSL210.58º60.78%50%-
HSV(B)210.58º75.61%80.39%-
XYZ19.820.0160.58-
YUV112.28180.3283.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.12%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=13.12%
G=33.07%
B=53.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501262050.760.3900.20210.5860.7850
Hex327ECD4C27014d33d32
Octal62176315114470243237562
Binary110010111111011001101100110010011101010011010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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