#27338A

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

Shades of Torea Bay #27338A

Tints of Torea Bay #27338A

Color information

#27338A (or 0x27338A) is unknown color: approx Torea Bay. HEX triplet: 27, 33 and 8A. RGB value is (39,51,138). Sum of RGB (Red+Green+Blue) = 39+51+138=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #27338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27338A is #D8CC75. Grayscale: #383838. Windows color (decimal): -14208118 or 9057063. OLE color: 9057063.

HSL color Cylindrical-coordinate representation of color #27338A: hue angle of 232.73º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27338A is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3951138-
CMYK0.720.6300.46
HSL232.73º55.93%34.71%-
HSV(B)232.73º71.74%54.12%-
XYZ6.614.6324.59-
YUV57.33173.52114.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 138 (54.30% from 255) = 60.53%
R=17.11%
G=22.37%
B=60.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39511380.720.6300.46232.7355.9334.71
Hex27338A483F02Ee93823
Octal4763212110770563517043
Binary100111110011100010101001000111111010111011101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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