#2B367B

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

Shades of Torea Bay #2B367B

Tints of Torea Bay #2B367B

Color information

#2B367B (or 0x2B367B) is unknown color: approx Torea Bay. HEX triplet: 2B, 36 and 7B. RGB value is (43,54,123). Sum of RGB (Red+Green+Blue) = 43+54+123=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B367B is #D4C984. Grayscale: #3A3A3A. Windows color (decimal): -13945221 or 8074795. OLE color: 8074795.

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

Color convert

RGB4354123-
CMYK0.650.5600.52
HSL231.75º48.19%32.55%-
HSV(B)231.75º65.04%48.24%-
XYZ5.894.5819.31-
YUV58.58164.36116.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=19.55%
G=24.55%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43541230.650.5600.52231.7548.1932.55
Hex2B367B4138034e83021
Octal5366173101700643506041
Binary10101111011011110111000001111000011010011101000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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