#295B60

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

Shades of Oracle #295B60

Tints of Oracle #295B60

Color information

#295B60 (or 0x295B60) is unknown color: approx Oracle. HEX triplet: 29, 5B and 60. RGB value is (41,91,96). Sum of RGB (Red+Green+Blue) = 41+91+96=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 91 (35.94% from 255 or 39.91% 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 #295B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B60 is #D6A49F. Grayscale: #4C4C4C. Windows color (decimal): -14066848 or 6314793. OLE color: 6314793.

HSL color Cylindrical-coordinate representation of color #295B60: hue angle of 185.45º 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 #295B60 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB419196-
CMYK0.570.0500.62
HSL185.45º40.15%26.86%-
HSV(B)185.45º57.29%37.65%-
XYZ6.778.812.41-
YUV76.62138.94102.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=17.98%
G=39.91%
B=42.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4191960.570.0500.62185.4540.1526.86
Hex295B6039503Eb9281b
Octal511331407150762715033
Binary1010011011011110000011100110101111101011100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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