#2B378A

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

Shades of Torea Bay #2B378A

Tints of Torea Bay #2B378A

Color information

#2B378A (or 0x2B378A) is unknown color: approx Torea Bay. HEX triplet: 2B, 37 and 8A. RGB value is (43,55,138). Sum of RGB (Red+Green+Blue) = 43+55+138=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B378A is #D4C875. Grayscale: #3C3C3C. Windows color (decimal): -13944950 or 9058091. OLE color: 9058091.

HSL color Cylindrical-coordinate representation of color #2B378A: hue angle of 232.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B378A is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4355138-
CMYK0.690.6000.46
HSL232.42º52.49%35.49%-
HSV(B)232.42º68.84%54.12%-
XYZ6.955.0824.66-
YUV60.87171.52115.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=18.22%
G=23.31%
B=58.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43551380.690.6000.46232.4252.4935.49
Hex2B378A453C02Ee83423
Octal5367212105740563506443
Binary101011110111100010101000101111100010111011101000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,138); }

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

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

 a { background-color: rgb(43,55,138); }

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

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

 span { border-color: rgb(43,55,138); }

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