#2B3479

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

Shades of Torea Bay #2B3479

Tints of Torea Bay #2B3479

Color information

#2B3479 (or 0x2B3479) is unknown color: approx Torea Bay. HEX triplet: 2B, 34 and 79. RGB value is (43,52,121). Sum of RGB (Red+Green+Blue) = 43+52+121=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B3479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3479 is #D4CB86. Grayscale: #383838. Windows color (decimal): -13945735 or 7943211. OLE color: 7943211.

HSL color Cylindrical-coordinate representation of color #2B3479: hue angle of 233.08º 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 #2B3479 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4352121-
CMYK0.640.5700.53
HSL233.08º47.56%32.16%-
HSV(B)233.08º64.46%47.45%-
XYZ5.684.3518.63-
YUV57.18164.02117.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=19.91%
G=24.07%
B=56.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43521210.640.5700.53233.0847.5632.16
Hex2B34794039035e93020
Octal5364171100710653516040
Binary10101111010011110011000000111001011010111101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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