#356061

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

Shades of Oracle #356061

Tints of Oracle #356061

Color information

#356061 (or 0x356061) is unknown color: approx Oracle. HEX triplet: 35, 60 and 61. RGB value is (53,96,97). Sum of RGB (Red+Green+Blue) = 53+96+97=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #356061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356061 is #CA9F9E. Grayscale: #535353. Windows color (decimal): -13279135 or 6381621. OLE color: 6381621.

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

Color convert

RGB539697-
CMYK0.450.0100.62
HSL181.36º29.33%29.41%-
HSV(B)181.36º45.36%38.04%-
XYZ7.819.9912.83-
YUV83.26135.75106.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=21.54%
G=39.02%
B=39.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396970.450.0100.62181.3629.3329.41
Hex3560612D103Eb51d1d
Octal651401415510762653535
Binary1101011100000110000110110110111110101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356061; }

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

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

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

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

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

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

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

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