#35605E

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

Shades of Oracle #35605E

Tints of Oracle #35605E

Color information

#35605E (or 0x35605E) is unknown color: approx Oracle. HEX triplet: 35, 60 and 5E. RGB value is (53,96,94). Sum of RGB (Red+Green+Blue) = 53+96+94=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #35605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35605E is #CA9FA1. Grayscale: #525252. Windows color (decimal): -13279138 or 6185013. OLE color: 6185013.

HSL color Cylindrical-coordinate representation of color #35605E: hue angle of 177.21º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35605E is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB539694-
CMYK0.4500.020.62
HSL177.21º28.86%29.22%-
HSV(B)177.21º44.79%37.65%-
XYZ7.679.9312.1-
YUV82.92134.25106.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=21.81%
G=39.51%
B=38.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396940.4500.020.62177.2128.8629.22
Hex35605E2D023Eb11d1d
Octal651401365502762613535
Binary11010111000001011110101101010111110101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35605E; }

 p { color: rgb(53,96,94); }

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

<style>
 a { background-color: #35605E; }

 a { background-color: rgb(53,96,94); }

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

<style>
 span { border-color: #35605E; }

 span { border-color: rgb(53,96,94); }

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