#2B367C

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

Shades of Torea Bay #2B367C

Tints of Torea Bay #2B367C

Color information

#2B367C (or 0x2B367C) is unknown color: approx Torea Bay. HEX triplet: 2B, 36 and 7C. RGB value is (43,54,124). Sum of RGB (Red+Green+Blue) = 43+54+124=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B367C is #D4C983. Grayscale: #3A3A3A. Windows color (decimal): -13945220 or 8140331. OLE color: 8140331.

HSL color Cylindrical-coordinate representation of color #2B367C: hue angle of 231.85º 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 #2B367C is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4354124-
CMYK0.650.5600.51
HSL231.85º48.5%32.75%-
HSV(B)231.85º65.32%48.63%-
XYZ5.954.6119.64-
YUV58.69164.86116.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=19.46%
G=24.43%
B=56.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43541240.650.5600.51231.8548.532.75
Hex2B367C4138033e83121
Octal5366174101700633506141
Binary10101111011011111001000001111000011001111101000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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