#2A368C

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

Shades of Torea Bay #2A368C

Tints of Torea Bay #2A368C

Color information

#2A368C (or 0x2A368C) is unknown color: approx Torea Bay. HEX triplet: 2A, 36 and 8C. RGB value is (42,54,140). Sum of RGB (Red+Green+Blue) = 42+54+140=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A368C is #D5C973. Grayscale: #3B3B3B. Windows color (decimal): -14010740 or 9188906. OLE color: 9188906.

HSL color Cylindrical-coordinate representation of color #2A368C: hue angle of 232.65º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A368C is Cyan = 0.7, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4254140-
CMYK0.70.6100.45
HSL232.65º53.85%35.69%-
HSV(B)232.65º70%54.9%-
XYZ7.015.0225.41-
YUV60.22173.02115.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 140 (55.08% from 255) = 59.32%
R=17.80%
G=22.88%
B=59.32%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42541400.70.6100.45232.6553.8535.69
Hex2A368C463D02De93624
Octal5266214106750553516644
Binary101010110110100011001000110111101010110111101001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,54,140); }

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

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

 a { background-color: rgb(42,54,140); }

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

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

 span { border-color: rgb(42,54,140); }

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