#272E8C

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

Shades of Torea Bay #272E8C

Tints of Torea Bay #272E8C

Color information

#272E8C (or 0x272E8C) is unknown color: approx Torea Bay. HEX triplet: 27, 2E and 8C. RGB value is (39,46,140). Sum of RGB (Red+Green+Blue) = 39+46+140=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #272E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E8C is #D8D173. Grayscale: #363636. Windows color (decimal): -14209396 or 9186855. OLE color: 9186855.

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

Color convert

RGB3946140-
CMYK0.720.6700.45
HSL235.84º56.42%35.1%-
HSV(B)235.84º72.14%54.9%-
XYZ6.554.2825.29-
YUV54.62176.18116.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=17.33%
G=20.44%
B=62.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39461400.720.6700.45235.8456.4235.1
Hex272E8C484302Dec3823
Octal47562141101030553547043
Binary1001111011101000110010010001000011010110111101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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