#2B368B

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

Shades of Torea Bay #2B368B

Tints of Torea Bay #2B368B

Color information

#2B368B (or 0x2B368B) is unknown color: approx Torea Bay. HEX triplet: 2B, 36 and 8B. RGB value is (43,54,139). Sum of RGB (Red+Green+Blue) = 43+54+139=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B368B is #D4C974. Grayscale: #3C3C3C. Windows color (decimal): -13945205 or 9123371. OLE color: 9123371.

HSL color Cylindrical-coordinate representation of color #2B368B: hue angle of 233.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B368B is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4354139-
CMYK0.690.6100.45
HSL233.12º52.75%35.69%-
HSV(B)233.12º69.06%54.51%-
XYZ6.985.0225.03-
YUV60.4172.36115.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=18.22%
G=22.88%
B=58.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43541390.690.6100.45233.1252.7535.69
Hex2B368B453D02De93524
Octal5366213105750553516544
Binary101011110110100010111000101111101010110111101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,139); }

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

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

 a { background-color: rgb(43,54,139); }

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

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

 span { border-color: rgb(43,54,139); }

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