#295C61

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

Shades of Oracle #295C61

Tints of Oracle #295C61

Color information

#295C61 (or 0x295C61) is unknown color: approx Oracle. HEX triplet: 29, 5C and 61. RGB value is (41,92,97). Sum of RGB (Red+Green+Blue) = 41+92+97=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #295C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C61 is #D6A39E. Grayscale: #4D4D4D. Windows color (decimal): -14066591 or 6380585. OLE color: 6380585.

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

Color convert

RGB419297-
CMYK0.580.0500.62
HSL185.36º40.58%27.06%-
HSV(B)185.36º57.73%38.04%-
XYZ6.98.9912.68-
YUV77.32139.1102.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=17.83%
G=40%
B=42.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4192970.580.0500.62185.3640.5827.06
Hex295C613A503Eb9291b
Octal511341417250762715133
Binary1010011011100110000111101010101111101011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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