#35605C

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

Shades of Oracle #35605C

Tints of Oracle #35605C

Color information

#35605C (or 0x35605C) is unknown color: approx Oracle. HEX triplet: 35, 60 and 5C. RGB value is (53,96,92). Sum of RGB (Red+Green+Blue) = 53+96+92=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #35605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35605C is #CA9FA3. Grayscale: #525252. Windows color (decimal): -13279140 or 6053941. OLE color: 6053941.

HSL color Cylindrical-coordinate representation of color #35605C: hue angle of 174.42º 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 #35605C is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB539692-
CMYK0.4500.040.62
HSL174.42º28.86%29.22%-
HSV(B)174.42º44.79%37.65%-
XYZ7.589.911.64-
YUV82.69133.25106.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=21.99%
G=39.83%
B=38.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396920.4500.040.62174.4228.8629.22
Hex35605C2D043Eae1d1d
Octal651401345504762563535
Binary110101110000010111001011010100111110101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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