#2B317B

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

Shades of Torea Bay #2B317B

Tints of Torea Bay #2B317B

Color information

#2B317B (or 0x2B317B) is unknown color: approx Torea Bay. HEX triplet: 2B, 31 and 7B. RGB value is (43,49,123). Sum of RGB (Red+Green+Blue) = 43+49+123=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B317B is #D4CE84. Grayscale: #373737. Windows color (decimal): -13946501 or 8073515. OLE color: 8073515.

HSL color Cylindrical-coordinate representation of color #2B317B: hue angle of 235.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B317B is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4349123-
CMYK0.650.6000.52
HSL235.5º48.19%32.55%-
HSV(B)235.5º65.04%48.24%-
XYZ5.674.1419.24-
YUV55.64166.01118.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=20%
G=22.79%
B=57.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43491230.650.6000.52235.548.1932.55
Hex2B317B413C034ec3021
Octal5361173101740643546041
Binary10101111000111110111000001111100011010011101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B317B; }

 p { color: rgb(43,49,123); }

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

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

 a { background-color: rgb(43,49,123); }

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

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

 span { border-color: rgb(43,49,123); }

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