#2B5F61

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

Shades of Oracle #2B5F61

Tints of Oracle #2B5F61

Color information

#2B5F61 (or 0x2B5F61) is unknown color: approx Oracle. HEX triplet: 2B, 5F and 61. RGB value is (43,95,97). Sum of RGB (Red+Green+Blue) = 43+95+97=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F61 is #D4A09E. Grayscale: #4F4F4F. Windows color (decimal): -13934751 or 6381355. OLE color: 6381355.

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

Color convert

RGB439597-
CMYK0.560.0200.62
HSL182.22º38.57%27.45%-
HSV(B)182.22º55.67%38.04%-
XYZ7.259.5612.77-
YUV79.68137.77101.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=18.30%
G=40.43%
B=41.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4395970.560.0200.62182.2238.5727.45
Hex2B5F6138203Eb6271b
Octal531371417020762664733
Binary101011101111111000011110001001111101011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,97); }

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

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

 a { background-color: rgb(43,95,97); }

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

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

 span { border-color: rgb(43,95,97); }

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