#27338B

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

Shades of Torea Bay #27338B

Tints of Torea Bay #27338B

Color information

#27338B (or 0x27338B) is unknown color: approx Torea Bay. HEX triplet: 27, 33 and 8B. RGB value is (39,51,139). Sum of RGB (Red+Green+Blue) = 39+51+139=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #27338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27338B is #D8CC74. Grayscale: #393939. Windows color (decimal): -14208117 or 9122599. OLE color: 9122599.

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

Color convert

RGB3951139-
CMYK0.720.6300.45
HSL232.8º56.18%34.9%-
HSV(B)232.8º71.94%54.51%-
XYZ6.684.6624.97-
YUV57.44174.02114.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=17.03%
G=22.27%
B=60.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39511390.720.6300.45232.856.1834.9
Hex27338B483F02De93823
Octal4763213110770553517043
Binary100111110011100010111001000111111010110111101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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