#2B327C

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

Shades of Torea Bay #2B327C

Tints of Torea Bay #2B327C

Color information

#2B327C (or 0x2B327C) is unknown color: approx Torea Bay. HEX triplet: 2B, 32 and 7C. RGB value is (43,50,124). Sum of RGB (Red+Green+Blue) = 43+50+124=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B327C is #D4CD83. Grayscale: #383838. Windows color (decimal): -13946244 or 8139307. OLE color: 8139307.

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

Color convert

RGB4350124-
CMYK0.650.6000.51
HSL234.81º48.5%32.75%-
HSV(B)234.81º65.32%48.63%-
XYZ5.774.2519.58-
YUV56.34166.18118.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=19.82%
G=23.04%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43501240.650.6000.51234.8148.532.75
Hex2B327C413C033eb3121
Octal5362174101740633536141
Binary10101111001011111001000001111100011001111101011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,124); }

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

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

 a { background-color: rgb(43,50,124); }

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

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

 span { border-color: rgb(43,50,124); }

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