#2B3179

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

Shades of Torea Bay #2B3179

Tints of Torea Bay #2B3179

Color information

#2B3179 (or 0x2B3179) is unknown color: approx Torea Bay. HEX triplet: 2B, 31 and 79. RGB value is (43,49,121). Sum of RGB (Red+Green+Blue) = 43+49+121=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B3179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3179 is #D4CE86. Grayscale: #373737. Windows color (decimal): -13946503 or 7942443. OLE color: 7942443.

HSL color Cylindrical-coordinate representation of color #2B3179: hue angle of 235.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3179 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4349121-
CMYK0.640.6000.53
HSL235.38º47.56%32.16%-
HSV(B)235.38º64.46%47.45%-
XYZ5.554.0918.59-
YUV55.41165.01119.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=20.19%
G=23.00%
B=56.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43491210.640.6000.53235.3847.5632.16
Hex2B3179403C035eb3020
Octal5361171100740653536040
Binary10101111000111110011000000111100011010111101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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