#2A585E

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

Shades of Oracle #2A585E

Tints of Oracle #2A585E

Color information

#2A585E (or 0x2A585E) is unknown color: approx Oracle. HEX triplet: 2A, 58 and 5E. RGB value is (42,88,94). Sum of RGB (Red+Green+Blue) = 42+88+94=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A585E is #D5A7A1. Grayscale: #4A4A4A. Windows color (decimal): -14002082 or 6182954. OLE color: 6182954.

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

Color convert

RGB428894-
CMYK0.550.0600.63
HSL186.92º38.24%26.67%-
HSV(B)186.92º55.32%36.86%-
XYZ6.468.2811.85-
YUV74.93138.76104.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=18.75%
G=39.29%
B=41.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4288940.550.0600.63186.9238.2426.67
Hex2A585E37603Fbb261b
Octal521301366760772734633
Binary1010101011000101111011011111001111111011101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,94); }

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

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

 a { background-color: rgb(42,88,94); }

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

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

 span { border-color: rgb(42,88,94); }

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