#27338E

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

Shades of Torea Bay #27338E

Tints of Torea Bay #27338E

Color information

#27338E (or 0x27338E) is unknown color: approx Torea Bay. HEX triplet: 27, 33 and 8E. RGB value is (39,51,142). Sum of RGB (Red+Green+Blue) = 39+51+142=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #27338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27338E is #D8CC71. Grayscale: #393939. Windows color (decimal): -14208114 or 9319207. OLE color: 9319207.

HSL color Cylindrical-coordinate representation of color #27338E: hue angle of 233.01º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27338E is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3951142-
CMYK0.730.6400.44
HSL233.01º56.91%35.49%-
HSV(B)233.01º72.54%55.69%-
XYZ6.94.7526.14-
YUV57.79175.52114.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=16.81%
G=21.98%
B=61.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39511420.730.6400.44233.0156.9135.49
Hex27338E494002Ce93923
Octal47632161111000543517143
Binary1001111100111000111010010011000000010110011101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,51,142); }

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

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

 a { background-color: rgb(39,51,142); }

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

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

 span { border-color: rgb(39,51,142); }

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