#27328A

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

Shades of Torea Bay #27328A

Tints of Torea Bay #27328A

Color information

#27328A (or 0x27328A) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 8A. RGB value is (39,50,138). Sum of RGB (Red+Green+Blue) = 39+50+138=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #27328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27328A is #D8CD75. Grayscale: #383838. Windows color (decimal): -14208374 or 9056807. OLE color: 9056807.

HSL color Cylindrical-coordinate representation of color #27328A: hue angle of 233.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27328A is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3950138-
CMYK0.720.6400.46
HSL233.33º55.93%34.71%-
HSV(B)233.33º71.74%54.12%-
XYZ6.564.5524.58-
YUV56.74173.86115.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=17.18%
G=22.03%
B=60.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39501380.720.6400.46233.3355.9334.71
Hex27328A484002Ee93823
Octal47622121101000563517043
Binary1001111100101000101010010001000000010111011101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27328A; }

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

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

<style>
 a { background-color: #27328A; }

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

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

<style>
 span { border-color: #27328A; }

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

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