#2B5960

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

Shades of Oracle #2B5960

Tints of Oracle #2B5960

Color information

#2B5960 (or 0x2B5960) is unknown color: approx Oracle. HEX triplet: 2B, 59 and 60. RGB value is (43,89,96). Sum of RGB (Red+Green+Blue) = 43+89+96=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5960 is #D4A69F. Grayscale: #4B4B4B. Windows color (decimal): -13936288 or 6314283. OLE color: 6314283.

HSL color Cylindrical-coordinate representation of color #2B5960: hue angle of 187.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5960 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438996-
CMYK0.550.0700.62
HSL187.92º38.13%27.25%-
HSV(B)187.92º55.21%37.65%-
XYZ6.688.512.36-
YUV76.04139.26104.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=18.86%
G=39.04%
B=42.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4389960.550.0700.62187.9238.1327.25
Hex2B596037703Ebc261b
Octal531311406770762744633
Binary1010111011001110000011011111101111101011110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,96); }

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

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

 a { background-color: rgb(43,89,96); }

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

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

 span { border-color: rgb(43,89,96); }

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