#295C5F

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

Shades of Oracle #295C5F

Tints of Oracle #295C5F

Color information

#295C5F (or 0x295C5F) is unknown color: approx Oracle. HEX triplet: 29, 5C and 5F. RGB value is (41,92,95). Sum of RGB (Red+Green+Blue) = 41+92+95=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #295C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C5F is #D6A3A0. Grayscale: #4D4D4D. Windows color (decimal): -14066593 or 6249513. OLE color: 6249513.

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

Color convert

RGB419295-
CMYK0.570.0300.63
HSL183.33º39.71%26.67%-
HSV(B)183.33º56.84%37.25%-
XYZ6.818.9512.2-
YUV77.09138.1102.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=17.98%
G=40.35%
B=41.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4192950.570.0300.63183.3339.7126.67
Hex295C5F39303Fb7281b
Octal511341377130772675033
Binary101001101110010111111110011101111111011011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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