#27307C

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

Shades of Torea Bay #27307C

Tints of Torea Bay #27307C

Color information

#27307C (or 0x27307C) is unknown color: approx Torea Bay. HEX triplet: 27, 30 and 7C. RGB value is (39,48,124). Sum of RGB (Red+Green+Blue) = 39+48+124=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #27307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27307C is #D8CF83. Grayscale: #353535. Windows color (decimal): -14208900 or 8138791. OLE color: 8138791.

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

Color convert

RGB3948124-
CMYK0.690.6100.51
HSL233.65º52.15%31.96%-
HSV(B)233.65º68.55%48.63%-
XYZ5.53419.55-
YUV53.97167.52117.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=18.48%
G=22.75%
B=58.77%

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
Decimal39481240.690.6100.51233.6552.1531.96
Hex27307C453D033ea3420
Octal4760174105750633526440
Binary10011111000011111001000101111101011001111101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27307C; }

 p { color: rgb(39,48,124); }

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

<style>
 a { background-color: #27307C; }

 a { background-color: rgb(39,48,124); }

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

<style>
 span { border-color: #27307C; }

 span { border-color: rgb(39,48,124); }

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