#295A60

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

Shades of Oracle #295A60

Tints of Oracle #295A60

Color information

#295A60 (or 0x295A60) is unknown color: approx Oracle. HEX triplet: 29, 5A and 60. RGB value is (41,90,96). Sum of RGB (Red+Green+Blue) = 41+90+96=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #295A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A60 is #D6A59F. Grayscale: #4B4B4B. Windows color (decimal): -14067104 or 6314537. OLE color: 6314537.

HSL color Cylindrical-coordinate representation of color #295A60: hue angle of 186.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295A60 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB419096-
CMYK0.570.0600.62
HSL186.55º40.15%26.86%-
HSV(B)186.55º57.29%37.65%-
XYZ6.688.6312.38-
YUV76.03139.27103.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=18.06%
G=39.65%
B=42.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4190960.570.0600.62186.5540.1526.86
Hex295A6039603Ebb281b
Octal511321407160762735033
Binary1010011011010110000011100111001111101011101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A60; }

 p { color: rgb(41,90,96); }

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

<style>
 a { background-color: #295A60; }

 a { background-color: rgb(41,90,96); }

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

<style>
 span { border-color: #295A60; }

 span { border-color: rgb(41,90,96); }

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