#2B358A

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

Shades of Torea Bay #2B358A

Tints of Torea Bay #2B358A

Color information

#2B358A (or 0x2B358A) is unknown color: approx Torea Bay. HEX triplet: 2B, 35 and 8A. RGB value is (43,53,138). Sum of RGB (Red+Green+Blue) = 43+53+138=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B358A is #D4CA75. Grayscale: #3B3B3B. Windows color (decimal): -13945462 or 9057579. OLE color: 9057579.

HSL color Cylindrical-coordinate representation of color #2B358A: hue angle of 233.68º 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 #2B358A is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4353138-
CMYK0.690.6200.46
HSL233.68º52.49%35.49%-
HSV(B)233.68º68.84%54.12%-
XYZ6.864.8924.63-
YUV59.7172.19116.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=18.38%
G=22.65%
B=58.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43531380.690.6200.46233.6852.4935.49
Hex2B358A453E02Eea3423
Octal5365212105760563526443
Binary101011110101100010101000101111110010111011101010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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