#295B61

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

Shades of Oracle #295B61

Tints of Oracle #295B61

Color information

#295B61 (or 0x295B61) is unknown color: approx Oracle. HEX triplet: 29, 5B and 61. RGB value is (41,91,97). Sum of RGB (Red+Green+Blue) = 41+91+97=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #295B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B61 is #D6A49E. Grayscale: #4C4C4C. Windows color (decimal): -14066847 or 6380329. OLE color: 6380329.

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

Color convert

RGB419197-
CMYK0.580.0600.62
HSL186.43º40.58%27.06%-
HSV(B)186.43º57.73%38.04%-
XYZ6.818.8212.65-
YUV76.73139.44102.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=17.90%
G=39.74%
B=42.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4191970.580.0600.62186.4340.5827.06
Hex295B613A603Eba291b
Octal511331417260762725133
Binary1010011011011110000111101011001111101011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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