#2B337A

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

Shades of Torea Bay #2B337A

Tints of Torea Bay #2B337A

Color information

#2B337A (or 0x2B337A) is unknown color: approx Torea Bay. HEX triplet: 2B, 33 and 7A. RGB value is (43,51,122). Sum of RGB (Red+Green+Blue) = 43+51+122=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B337A is #D4CC85. Grayscale: #383838. Windows color (decimal): -13945990 or 8008491. OLE color: 8008491.

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

Color convert

RGB4351122-
CMYK0.650.5800.52
HSL233.92º47.88%32.35%-
HSV(B)233.92º64.75%47.84%-
XYZ5.694.2918.94-
YUV56.7164.85118.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=19.91%
G=23.61%
B=56.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43511220.650.5800.52233.9247.8832.35
Hex2B337A413A034ea3020
Octal5363172101720643526040
Binary10101111001111110101000001111010011010011101010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,122); }

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

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

 a { background-color: rgb(43,51,122); }

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

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

 span { border-color: rgb(43,51,122); }

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