#27307E

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

Shades of Torea Bay #27307E

Tints of Torea Bay #27307E

Color information

#27307E (or 0x27307E) is unknown color: approx Torea Bay. HEX triplet: 27, 30 and 7E. RGB value is (39,48,126). Sum of RGB (Red+Green+Blue) = 39+48+126=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #27307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27307E is #D8CF81. Grayscale: #353535. Windows color (decimal): -14208898 or 8269863. OLE color: 8269863.

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

Color convert

RGB3948126-
CMYK0.690.6200.51
HSL233.79º52.73%32.35%-
HSV(B)233.79º69.05%49.41%-
XYZ5.664.0520.22-
YUV54.2168.52117.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=18.31%
G=22.54%
B=59.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39481260.690.6200.51233.7952.7332.35
Hex27307E453E033ea3520
Octal4760176105760633526540
Binary10011111000011111101000101111110011001111101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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