#272e8a

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

Shades of Torea Bay #272E8A

Tints of Torea Bay #272E8A

Color information

#272E8A (or 0x272E8A) is unknown color: approx Torea Bay. HEX triplet: 27, 2E and 8A. RGB value is (39,46,138). Sum of RGB (Red+Green+Blue) = 39+46+138=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #272E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E8A is #D8D175. Grayscale: #363636. Windows color (decimal): -14209398 or 9055783. OLE color: 9055783.

HSL color Cylindrical-coordinate representation of color #272E8A: hue angle of 235.76º 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 #272E8A is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3946138-
CMYK0.720.6700.46
HSL235.76º55.93%34.71%-
HSV(B)235.76º71.74%54.12%-
XYZ6.44.2224.52-
YUV54.4175.18117.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=17.49%
G=20.63%
B=61.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39461380.720.6700.46235.7655.9334.71
Hex272E8A484302Eec3823
Octal47562121101030563547043
Binary1001111011101000101010010001000011010111011101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272e8a; }

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

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

<style>
 a { background-color: #272e8a; }

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

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

<style>
 span { border-color: #272e8a; }

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

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