#272B83

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

Shades of Torea Bay #272B83

Tints of Torea Bay #272B83

Color information

#272B83 (or 0x272B83) is unknown color: approx Torea Bay. HEX triplet: 27, 2B and 83. RGB value is (39,43,131). Sum of RGB (Red+Green+Blue) = 39+43+131=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #272B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272B83 is #D8D47C. Grayscale: #333333. Windows color (decimal): -14210173 or 8596263. OLE color: 8596263.

HSL color Cylindrical-coordinate representation of color #272B83: hue angle of 237.39º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272B83 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3943131-
CMYK0.700.6700.49
HSL237.39º54.12%33.33%-
HSV(B)237.39º70.23%51.37%-
XYZ5.83.821.9-
YUV51.84172.67118.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=18.31%
G=20.19%
B=61.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39431310.700.6700.49237.3954.1233.33
Hex272B834643031ed3621
Octal47532031061030613556641
Binary1001111010111000001110001101000011011000111101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,131); }

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

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

 a { background-color: rgb(39,43,131); }

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

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

 span { border-color: rgb(39,43,131); }

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