#27328B

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

Shades of Torea Bay #27328B

Tints of Torea Bay #27328B

Color information

#27328B (or 0x27328B) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 8B. RGB value is (39,50,139). Sum of RGB (Red+Green+Blue) = 39+50+139=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #27328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27328B is #D8CD74. Grayscale: #383838. Windows color (decimal): -14208373 or 9122343. OLE color: 9122343.

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

Color convert

RGB3950139-
CMYK0.720.6400.45
HSL233.4º56.18%34.9%-
HSV(B)233.4º71.94%54.51%-
XYZ6.644.5824.96-
YUV56.86174.36115.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=17.11%
G=21.93%
B=60.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39501390.720.6400.45233.456.1834.9
Hex27328B484002De93823
Octal47622131101000553517043
Binary1001111100101000101110010001000000010110111101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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