#273288

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

Shades of Torea Bay #273288

Tints of Torea Bay #273288

Color information

#273288 (or 0x273288) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 88. RGB value is (39,50,136). Sum of RGB (Red+Green+Blue) = 39+50+136=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #273288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273288 is #D8CD77. Grayscale: #383838. Windows color (decimal): -14208376 or 8925735. OLE color: 8925735.

HSL color Cylindrical-coordinate representation of color #273288: hue angle of 233.2º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273288 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3950136-
CMYK0.710.6300.47
HSL233.2º55.43%34.31%-
HSV(B)233.2º71.32%53.33%-
XYZ6.424.4923.82-
YUV56.52172.86115.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=17.33%
G=22.22%
B=60.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39501360.710.6300.47233.255.4334.31
Hex273288473F02Fe93722
Octal4762210107770573516742
Binary100111110010100010001000111111111010111111101001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273288; }

 p { color: rgb(39,50,136); }

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

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

 a { background-color: rgb(39,50,136); }

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

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

 span { border-color: rgb(39,50,136); }

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