#2A3383

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

Shades of Torea Bay #2A3383

Tints of Torea Bay #2A3383

Color information

#2A3383 (or 0x2A3383) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 83. RGB value is (42,51,131). Sum of RGB (Red+Green+Blue) = 42+51+131=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A3383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3383 is #D5CC7C. Grayscale: #393939. Windows color (decimal): -14011517 or 8598314. OLE color: 8598314.

HSL color Cylindrical-coordinate representation of color #2A3383: hue angle of 233.93º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A3383 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4251131-
CMYK0.680.6100.49
HSL233.93º51.45%33.92%-
HSV(B)233.93º67.94%51.37%-
XYZ6.244.522.01-
YUV57.43169.52117-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 131 (51.56% from 255) = 58.48%
R=18.75%
G=22.77%
B=58.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42511310.680.6100.49233.9351.4533.92
Hex2A3383443D031ea3322
Octal5263203104750613526342
Binary101010110011100000111000100111101011000111101010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,131); }

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

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

 a { background-color: rgb(42,51,131); }

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

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

 span { border-color: rgb(42,51,131); }

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