#2B307B

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

Shades of Torea Bay #2B307B

Tints of Torea Bay #2B307B

Color information

#2B307B (or 0x2B307B) is unknown color: approx Torea Bay. HEX triplet: 2B, 30 and 7B. RGB value is (43,48,123). Sum of RGB (Red+Green+Blue) = 43+48+123=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B307B is #D4CF84. Grayscale: #363636. Windows color (decimal): -13946757 or 8073259. OLE color: 8073259.

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

Color convert

RGB4348123-
CMYK0.650.6100.52
HSL236.25º48.19%32.55%-
HSV(B)236.25º65.04%48.24%-
XYZ5.634.0619.23-
YUV55.06166.34119.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 123 (48.44% from 255) = 57.48%
R=20.09%
G=22.43%
B=57.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43481230.650.6100.52236.2548.1932.55
Hex2B307B413D034ec3021
Octal5360173101750643546041
Binary10101111000011110111000001111101011010011101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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