#272D8A

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

Shades of Torea Bay #272D8A

Tints of Torea Bay #272D8A

Color information

#272D8A (or 0x272D8A) is unknown color: approx Torea Bay. HEX triplet: 27, 2D and 8A. RGB value is (39,45,138). Sum of RGB (Red+Green+Blue) = 39+45+138=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #272D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D8A is #D8D275. Grayscale: #353535. Windows color (decimal): -14209654 or 9055527. OLE color: 9055527.

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

Color convert

RGB3945138-
CMYK0.720.6700.46
HSL236.36º55.93%34.71%-
HSV(B)236.36º71.74%54.12%-
XYZ6.364.1424.51-
YUV53.81175.51117.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=17.57%
G=20.27%
B=62.16%

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
Decimal39451380.720.6700.46236.3655.9334.71
Hex272D8A484302Eec3823
Octal47552121101030563547043
Binary1001111011011000101010010001000011010111011101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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