#27317A

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

Shades of Torea Bay #27317A

Tints of Torea Bay #27317A

Color information

#27317A (or 0x27317A) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 7A. RGB value is (39,49,122). Sum of RGB (Red+Green+Blue) = 39+49+122=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #27317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27317A is #D8CE85. Grayscale: #363636. Windows color (decimal): -14208646 or 8007975. OLE color: 8007975.

HSL color Cylindrical-coordinate representation of color #27317A: hue angle of 232.77º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27317A is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3949122-
CMYK0.680.6000.52
HSL232.77º51.55%31.57%-
HSV(B)232.77º68.03%47.84%-
XYZ5.454.0318.9-
YUV54.33166.19117.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=18.57%
G=23.33%
B=58.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39491220.680.6000.52232.7751.5531.57
Hex27317A443C034e93420
Octal4761172104740643516440
Binary10011111000111110101000100111100011010011101001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,49,122); }

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

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

 a { background-color: rgb(39,49,122); }

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

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

 span { border-color: rgb(39,49,122); }

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