#27327C

Color #27327C Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #27327C

Tints of Torea Bay #27327C

Color information

#27327C (or 0x27327C) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 7C. RGB value is (39,50,124). Sum of RGB (Red+Green+Blue) = 39+50+124=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #27327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27327C is #D8CD83. Grayscale: #363636. Windows color (decimal): -14208388 or 8139303. OLE color: 8139303.

HSL color Cylindrical-coordinate representation of color #27327C: hue angle of 232.24º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27327C is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3950124-
CMYK0.690.6000.51
HSL232.24º52.15%31.96%-
HSV(B)232.24º68.55%48.63%-
XYZ5.624.1719.58-
YUV55.15166.86116.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=18.31%
G=23.47%
B=58.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39501240.690.6000.51232.2452.1531.96
Hex27327C453C033e83420
Octal4762174105740633506440
Binary10011111001011111001000101111100011001111101000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27327C; }

 p { color: rgb(39,50,124); }

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

<style>
 a { background-color: #27327C; }

 a { background-color: rgb(39,50,124); }

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

<style>
 span { border-color: #27327C; }

 span { border-color: rgb(39,50,124); }

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