#2E2F7B

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

Shades of Torea Bay #2E2F7B

Tints of Torea Bay #2E2F7B

Color information

#2E2F7B (or 0x2E2F7B) is unknown color: approx Torea Bay. HEX triplet: 2E, 2F and 7B. RGB value is (46,47,123). Sum of RGB (Red+Green+Blue) = 46+47+123=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E2F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F7B is #D1D084. Grayscale: #373737. Windows color (decimal): -13750405 or 8073006. OLE color: 8073006.

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

Color convert

RGB4647123-
CMYK0.630.6200.52
HSL239.22º45.56%33.14%-
HSV(B)239.22º62.6%48.24%-
XYZ5.724.0419.22-
YUV55.36166.17121.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=21.30%
G=21.76%
B=56.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46471230.630.6200.52239.2245.5633.14
Hex2E2F7B3F3E034ef2e21
Octal565717377760643575641
Binary1011101011111111011111111111110011010011101111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,123); }

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

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

 a { background-color: rgb(46,47,123); }

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

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

 span { border-color: rgb(46,47,123); }

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