#27317E

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

Shades of Torea Bay #27317E

Tints of Torea Bay #27317E

Color information

#27317E (or 0x27317E) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 7E. RGB value is (39,49,126). Sum of RGB (Red+Green+Blue) = 39+49+126=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #27317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27317E is #D8CE81. Grayscale: #363636. Windows color (decimal): -14208642 or 8270119. OLE color: 8270119.

HSL color Cylindrical-coordinate representation of color #27317E: hue angle of 233.1º degrees, saturation: 0.53, 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 #27317E is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3949126-
CMYK0.690.6100.51
HSL233.1º52.73%32.35%-
HSV(B)233.1º69.05%49.41%-
XYZ5.74.1320.24-
YUV54.79168.19116.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=18.22%
G=22.90%
B=58.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39491260.690.6100.51233.152.7332.35
Hex27317E453D033e93520
Octal4761176105750633516540
Binary10011111000111111101000101111101011001111101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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