#27317B

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

Shades of Torea Bay #27317B

Tints of Torea Bay #27317B

Color information

#27317B (or 0x27317B) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 7B. RGB value is (39,49,123). Sum of RGB (Red+Green+Blue) = 39+49+123=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #27317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27317B is #D8CE84. Grayscale: #363636. Windows color (decimal): -14208645 or 8073511. OLE color: 8073511.

HSL color Cylindrical-coordinate representation of color #27317B: hue angle of 232.86º 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 #27317B is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3949123-
CMYK0.680.6000.52
HSL232.86º51.85%31.76%-
HSV(B)232.86º68.29%48.24%-
XYZ5.514.0619.23-
YUV54.45166.69116.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=18.48%
G=23.22%
B=58.29%

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
Decimal39491230.680.6000.52232.8651.8531.76
Hex27317B443C034e93420
Octal4761173104740643516440
Binary10011111000111110111000100111100011010011101001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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