#272D8C

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

Shades of Torea Bay #272D8C

Tints of Torea Bay #272D8C

Color information

#272D8C (or 0x272D8C) is unknown color: approx Torea Bay. HEX triplet: 27, 2D and 8C. RGB value is (39,45,140). Sum of RGB (Red+Green+Blue) = 39+45+140=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #272D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D8C is #D8D273. Grayscale: #353535. Windows color (decimal): -14209652 or 9186599. OLE color: 9186599.

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

Color convert

RGB3945140-
CMYK0.720.6800.45
HSL236.44º56.42%35.1%-
HSV(B)236.44º72.14%54.9%-
XYZ6.514.225.28-
YUV54.04176.51117.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 140 (55.08% from 255) = 62.5%
R=17.41%
G=20.09%
B=62.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39451400.720.6800.45236.4456.4235.1
Hex272D8C484402Dec3823
Octal47552141101040553547043
Binary1001111011011000110010010001000100010110111101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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