#2B367A

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

Shades of Torea Bay #2B367A

Tints of Torea Bay #2B367A

Color information

#2B367A (or 0x2B367A) is unknown color: approx Torea Bay. HEX triplet: 2B, 36 and 7A. RGB value is (43,54,122). Sum of RGB (Red+Green+Blue) = 43+54+122=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B367A is #D4C985. Grayscale: #3A3A3A. Windows color (decimal): -13945222 or 8009259. OLE color: 8009259.

HSL color Cylindrical-coordinate representation of color #2B367A: hue angle of 231.65º 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 #2B367A is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4354122-
CMYK0.650.5600.52
HSL231.65º47.88%32.35%-
HSV(B)231.65º64.75%47.84%-
XYZ5.834.5618.98-
YUV58.46163.86116.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=19.63%
G=24.66%
B=55.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43541220.650.5600.52231.6547.8832.35
Hex2B367A4138034e83020
Octal5366172101700643506040
Binary10101111011011110101000001111000011010011101000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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