#2F5759

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

Shades of Oracle #2F5759

Tints of Oracle #2F5759

Color information

#2F5759 (or 0x2F5759) is unknown color: approx Oracle. HEX triplet: 2F, 57 and 59. RGB value is (47,87,89). Sum of RGB (Red+Green+Blue) = 47+87+89=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5759 is #D0A8A6. Grayscale: #4B4B4B. Windows color (decimal): -13674663 or 5855023. OLE color: 5855023.

HSL color Cylindrical-coordinate representation of color #2F5759: hue angle of 182.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5759 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB478789-
CMYK0.470.0200.65
HSL182.86º30.88%26.67%-
HSV(B)182.86º47.19%34.9%-
XYZ6.388.1410.69-
YUV75.27135.75107.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=21.08%
G=39.01%
B=39.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4787890.470.0200.65182.8630.8826.67
Hex2F57592F2041b71f1b
Octal5712713157201012673733
Binary101111101011110110011011111001000001101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,87,89); }

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

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

 a { background-color: rgb(47,87,89); }

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

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

 span { border-color: rgb(47,87,89); }

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